Live video streaming in 2017

Many years ago we built a streaming streaming application with Flash Media Server

. Meanwhile, it is Flash

deprecated and we would like to move on HTML5

to a solution.

Although I found the answers on SO but they seem a little old. So I'm wondering what is a good combo for live video + audio currently (July 2017)?

The requirements are pretty simple: one broadcaster and many viewers (100+) using various modern browsers (IE11 +, Edge, Firefox, Chrome). Ideally, we would like to use an open source solution.

+3


source to share


1 answer


On the wire, I would put DASH and HLS with AVC / AAC and then use HTML / JavaScript players. You can get the link here: http://dashif.org/reference/players/javascript/nightly/dash.js/samples/dash-if-reference-player/index.html

As for the servers - I would try http://red5.org/



For creating my own thread, I would try: https://obsproject.com/

+2


source







All Articles