Wowza Community

Stream Scheduling, reload application, published stream break

Hi ,

I am trying to build a video scheduling app using wowza 4.1.

I follow the tutorial given here , build an application and an smil file ,

as given .

i am able to play schedule video. but when i make some changes in my smil file ,

i need to restart my app. which make my streaming break.

so i need an mechanism so that if i change my smil file , changes should reflect on published stream without stream breaking .

Hello,

For a playlist refresh you might need to implement your own custom scheduler module based on that example and modify the stream playlist directly on the server side.

You can take a look at the Stream.play() method and StreamListener on:

How to do basic server-side publishing with Stream class streams

https://www.wowza.com/docs/how-to-do-basic-server-side-publishing-with-stream-class-streams