Placing video files in multiple locations
On behalf of another user:
My files are on read-only NFS, so I added metaFolder="/tmp/evostreamm", but that folder didn’t exists and then was not writeable.
This made evostreamm not start :/ I have created the /tmp/evostreamm folder with write permissions and now playback works.
What I really want to do is the following;
I have the media-filer for customer1 NFS mounted into /storage/san1/customer1, and the files for customer2 NFS mounted into /storage/san3/customer2.
What do I write in config.lua to be able to call rtmp://server/customer1/xx/yy/test.flv and have evostream stream /storage/san1/customer1/xx/yy/test.flv ?
For customer2 I want to call rtmp://server/customer2/zz/nn/otherfile.flv which should translate to the local file /storage/san3/customer2/zz/nn/otherfile.flv