deprecated
The development of this plugins is discontinued. You should use the hlsjs-lite
plugin available in Flowplayer Core now.
deprecated
This plugin provides the hlsjs
engine for playback of HLS streams in browsers which do not support playback of HLS in a VIDEO tag, and without the need for Flash.
The plugin relies on the hls.js client library.
See: https://flowplayer.org/docs/plugins.html#hlsjs
The plugin can be installed with:
npm install --save flowplayer/flowplayer-hlsjs
The plugin can be used in a browserify and/or webpack environment with a commonjs loader:
var flowplayer = require('flowplayer'); var engine = require('flowplayer-hlsjs'); engine(flowplayer); flowplayer('#container', { clip: { sources: [{ type: 'application/x-mpegurl', src: '//stream.flowplayer.org/bauhaus.m3u8' }] } });
A fully documented demo can be found here.
flowplayer.hlsjs.light.min.js
- without multiple audio track, subtitles, and ID3 supportA 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:
<script src="//releases.flowplayer.org/7.1.0/flowplayer.min.js"></script> <!-- test a hls.js release --> <script src="//cdnjs.cloudflare.com/ajax/libs/hls.js/0.8.4/hls.min.js"></script> <!-- separate hlsjs plugin component --> <script src="//releases.flowplayer.org/hlsjs/flowplayer.hlsjs.light.js"></script> <script> // turn on hlsjs debugging flowplayer.conf.hlsjs = { debug: true }; </script>
If you need to debug features only available from the full plugin you have to build the plugin.
Build requirement:
cd flowplayer-hlsjs make deps make
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4