New files are continuoutsly uploaded to the server. Say file001.mp4, file002.mp4, file003.mp4, and so on.
Say we already have file001-file005 when the client started. file006 becomes ready, and I want it to be dynamically added to the playlist without any interruption. Can this be done?
Server side VOD playlists are not currently supported by Wowza. It is a feature that we are looking into, but there is no time frame when this will become available.
These articles are provided as an example. In order to implement your dynamic playlist, you will need to create your custom code and implement it into your workflow.
If you are going to refer to files at a different location, I’d suggest looking into our MediaCache technology. This shouldn’t result in buffering (provided good connection etc) and this should work over HLS and RTMP playback.