You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2019. It is now read-only.
The development of this plugins is discontinued. You should use the hlsjs-lite plugin available in Flowplayer Core now.
deprecated
This plugin provides the hlsjsengine for
playback of HLS streams in browsers which do not
support playback of HLS in a VIDEO tag, and without the need for
Flash.
packs a compatibility tested version - current:
v0.8.4 - of hls.js
by default the engine is only loaded if the browser supports
MediaSource extensions reliably for playback
configurable manual HLS quality selection
manual audio track selection and optional audio ABR
display of HLS subtitles, Flowplayer style or native
ID3 metadata processing to string
optional light build - flowplayer.hlsjs.light.min.js - without multiple audio track, subtitles,
and ID3 support
Debugging
A quick way to find out whether there's a problem with the actual plugin component is to
run your stream in the hls.js demo player.
For fine grained debugging load the unminified components and turn hlsjs debugging on:
<scriptsrc="//releases.flowplayer.org/7.1.0/flowplayer.min.js"></script><!-- test a hls.js release --><scriptsrc="//cdnjs.cloudflare.com/ajax/libs/hls.js/0.8.4/hls.min.js"></script><!-- separate hlsjs plugin component --><scriptsrc="//releases.flowplayer.org/hlsjs/flowplayer.hlsjs.light.js"></script><script>// turn on hlsjs debuggingflowplayer.conf.hlsjs={debug: true};</script>
If you need to debug features only available from the
full plugin you have to
build the plugin.