Releases: Peer5/videojs-contrib-hls.js
Releases · Peer5/videojs-contrib-hls.js
v3.2.0
- Updated hls.js to 0.8.9 (Thanks @bastienlaunay)
Also available via CDN
https://cdn.jsdelivr.net/npm/[email protected]/dist/videojs-contrib-hlsjs.min.js
v3.1.0
- expose underlying hls instance
- expose Hls constructor
- update to latest hls.js
- add advanced hls usage examples to main doc
- minor fixes
- add package-lock.json
v3.0.3
- support videojs 6
- upgrade to latest hls.js
v3.0.2
- better support CEA 608/708 on older browser
v3.0.1
- single umd bundle
- remove contrib-media-source contrib-hls from the bundle
- video.js is now peer dependency
- handle all m3u8 MIME types
- switch to webpack 2
- checkout latest minified bundle
- updated examples
- add editorconfig
v2.0.0
A breaking change: switching hls.js to v0.6.x which if you're using additional hls.js plugins can break backwards compatibility.
v1.0.3
fixed bundled dependencies
v1.0.0
Production ready hls.js plugin for videojs.
- Fallback path to native videojs and its fallback path (including flash)