Questions tagged [hls.js]

hls.js is a JavaScript library which implements an HTTP Live Streaming client

About

hls.js is a JavaScript library which implements an HTTP Live Streaming client. It relies on HTML5 video and MediaSource Extensions for playback.

It works by transmuxing MPEG-2 Transport Stream and AAC/MP3 streams into ISO BMFF (MP4) fragments. This transmuxing could be performed asynchronously using Web Worker if available in the browser. hls.js also supports HLS + fmp4, as announced during WWDC2016.

Links

135 questions
0
votes
0 answers

HLS Stream URL with Token not playing. 403 Forbidden

I have a code to scrape m3u8 links of a site called "streamlive.to". The site has free links with tokens that expire every 60 mins. A sample of the link can be found here. And this is the public m3u8 link for VLC on that page. Note that the token…
Nelson Owalo
  • 1,954
  • 15
  • 31
0
votes
0 answers

HLS proxy and CORS

I'm using hls.js plus html5 < video > tag in my browser in order to view live video streams. However, if I try to give hls.js a link to a video that is on a different site, I get a CORS error. I was told that I could use an HLS proxy on my server…
programmer
  • 61
  • 7
0
votes
0 answers

Flowplayer: Cannot read property 'play' of undefined

I am using this function to show few live webcams: function loadWebcam_with_flowplayer($w_name, $w_url) { $(".forecastdate").html($w_name); $('#extern').one("load", function(){}).html(''); flowplayer('#extern', { splash:…
Fabio Marzocca
  • 1,303
  • 15
  • 29
0
votes
1 answer

HLS.js required send http header