I started to explore multicast network technology and talk about it from previous post. Mostly working with WowzaStreamingEngine, I wish to show principles and milestones configuration there.
Category Archives: Multicast
Create multitrack channel in Wowza Streaming Engine
We’re familiar with ABR stream playback, where we pick between multiple video bitrates. But what about streams with different audio tracks and different video pictures? Sometimes channel can be switched to different languages or different comments.
How to deploy HTTPS in Wowza Streaming Engine
HTTPS means HTTP implementation over Secure Sockets Layer (SSL) protocol. This protocol is able to encrypt HTTP streaming traffic such as HLS, HDS, and Smooth. I explained HTTPS deployment in webserver at my post, but media streaming field is a little bit different for this goal.
How to enable multicast on Linux network interface
There is a myriad of webpages about this question. But here is just my way of look at it. Multicast customization is not too tricky, but I’d like to explain how and why it works.