MediaStorage Folders
I wanted to organize my media folder better. I plan to have recorded .mp4 files and also some playlists. I thought it best to put them into separate folders under the media folder. So, I tried changing the settings in the config.lua file. My sub-folders have the exact same permissions as the main media folder. Here’s my config.lua (I haven’t messed with the playlists yet, I’m trying to first get the .mp4 files saved in the proper place):
mediaStorage = {
recordedStreamsStorage="../media",
{
description="Default media storage",
mediaFolder="../media/mp4",
metaFolder="../media/meta",
},
I’m using the Windows version of EvoStream, version 1.6.5 build 2959.
After restarting the service, here’s what happens … the files are still going into the ../media folder, not the ../media/mp4 folder. And, on top of that, I suspect that when trying to play a file using: rtmp://MyIP/vod/MyTestVideo_part0002.mp4, that it is attempting to find the .mp4 file in the ../media/mp4 folder, because it doesn’t work (and it all worked fine when I didn’t use ../media/mp4).
Comments? Known issues? Do I need a more recent version? I just downloaded this version about a month ago.
Thanks,
~~Bonnie