Wowza Community

streaming all files in folder

Hi Everybody!

i am newbie to working with wowza and i have a question. i have a folder with 2 file: movie_1.mp4, movie_2.mp4. We usually use 2 url to stream 2 file, example :

rtmp://xxxx:1935/vod/mp4:movie_1.mp4 to stream file movie_1.mp4

rtmp://xxxx:1935/vod/mp4:movie_2.mp4 to stream file movie_2.mp4

how can only use one url to stream both two file, after finishing file movie_1.mp4 it auto stream file movie_2.mp4 without delay. can we do it ?

Thanks!

Hello,

  1. For VOD you can either manage the playlist on the client-side or do something along the lines of:

How to insert a pre-roll or mid-roll for video on demand playback in Flash RTMP client

Doing the latter only works for RTMP though.

  1. For a Live stream you can take a look at:

How to schedule streaming with Wowza Streaming Engine (ServerListenerStreamPublisher)

https://www.wowza.com/docs/how-to-schedule-streaming-with-wowza-streaming-engine-streampublisher

Best regards

Thanks you so much, aergistal! It is useful information :D.