Answer for Placing video files in multiple locations

Ok, so let’s say you have defined the following storages in your config.lua file:

Customer1={
description="Cust 1 storage",
                mediaFolder="/storage/san2/customer1",
                enableStats=false
}
Customer2={
description="Cust 2 storage",
                mediaFolder="/storage/san3/customer2",
                enableStats=false
}
And you have the following files: /storage/san2/customer1/vodFile1.mp4 /storage/san3/customer2/vodFile2.mp4 You would access them via the following RTMP URIs. Keep in mind that the VOD lookup within the EMS is always relative to ANY of the storage roots:

rtmp://192.168.1.155/vod/mp4:vodFile1.mp4
rtmp://192.168.1.155/vod/mp4:vodFile2.mp4

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.