How to make WOWZA streaming engine to work with an Azure CDN where I want to stream HLS Live stream .
The client uploads the stream using a camera connected to OBS.
For video playback, we want to HLS Live stream to Azure CDN.
How to make WOWZA streaming engine to work with an Azure CDN where I want to stream HLS Live stream .
The client uploads the stream using a camera connected to OBS.
For video playback, we want to HLS Live stream to Azure CDN.
Hello,
While we do not have specific instructions on Azure CDN, there are two different CDN approaches that are generally taken.
For solution 1 you would simply use a Stream Target feature in Wowza Engine to push a stream to CDN.
https://www.wowza.com/docs/how-to-push-streams-to-cdns-and-other-services-push-publishing
For solution 2 you would setup an HTTP Origin application and then point your CDN to pull from there.
https://www.wowza.com/docs/scaling-with-wowza-http-origin-applications
Hope this clarifies the work needed to get you off the ground with CDN configuration.