Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to add support for HLS in desktop Chrome/HTML5 player?

Desktop Chrome and FF do not support HLS. I know there is a plugin available to add HLS support to flash. Is there such plugin or technique available to enhance HTML5 on browsers which dont have HLS support yet?

like image 710
codneto Avatar asked Aug 29 '15 18:08

codneto


People also ask

Is HLS supported in Chrome?

HTTP Live Streaming (HLS) on Chrome for Android is fully supported on 97-103, partially supported on None of the versions, and not supported on below 97 Chrome for Android versions.

Can HTML5 play HLS?

However, HTML5 video players don't support RTMP or HDS. You need to use HLS with an HTML5 video player.

How do I play HLS stream in browser?

Play HLS urls in-browser Extension with an hls.js library from: https://github.com/video-dev/hls.js Play the m3u8 links you click on and any m3u8 links you paste into the address bar. It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments.


1 Answers

Not only it is possible, but it's been done numerous times. There are several open and closed source solutions available. A quick github search gave me this one.

https://github.com/RReverser/mpegts

EDIT: New/better option just released http://engineering.dailymotion.com/introducing-hls-js/

like image 141
szatmary Avatar answered Jan 13 '23 04:01

szatmary