flowplayer / flowplayer-hlsjs

Flowplayer HLS.js plugin
MIT License
81 stars 35 forks source link

Is this needed now that 7.2 includes hls.js? #101

Closed shaharmor closed 6 years ago

bbbo commented 6 years ago

7.2 does not include hls.js but a slim engine which can directly use the hls.js (or hls.light.js) client libraries.

You have two options: load hls.js / hls.light.js (resp. the minified versions) before flowplayer.min.js and FP 7.2 will use them with the integrated lite engine, or load our flowplayer.hlsjs.min.js / flowplayer.hlsjs.light.min.js plugins after flowplayer.min.js to use the FP-specific plugins.

We'll add better documentation shortly.