What is the best way to make live streaming work in all browsers?

0

I've done RTMP systems in the past with Wowza to make live broadcasts, but I used a flash player.

Now I need to make broadcasts again, but I do not want to use flash, I want to use the HTML5 video tag and I want it to work in all popular browsers.

What is the best approach? I've already researched Nginx and Wowza but found nothing. I was looking for solutions for Windows servers but by now I'm already working on Linux solutions.

    
asked by anonymous 10.10.2016 / 15:56

1 answer

0

If you are open to using PaaS - Platform as a Service - I recommend trying Azure Media Services >.

With it you can create live broadcast channels, each channel will create an endpoint / URL where it will include in the player of your webpage.

For the player, I recommend using Azure Media Player . A player made with HTML5, which supports all types of streaming, progressive, adaptive, live, etc.

    
10.10.2016 / 16:04