Wowza Community

Scheduled streaming per user using REST API

Hi

I successfully live-streamed a mp4 file using https://www.wowza.com/docs/how-to-schedule-streaming-with-wowza-streaming-engine-streampublisher and it is working great

But I need let my web-application users to do this dynamically(they select which mp4 file,at what time should be played!)

How can I do this using wowza REST API?

You can leverage the code included with the publisher module and develop an accessible HTTP Provider to accomplish this functionality. Currently there isn’t a REST API endpoint to do this.

Thanks,

Matt