Summary
HLS.js v1.2.0-beta.2 includes bug fixes and improvements over the last release.
Changes Since The Last Release
- Paused-but-seeking video buffer hole gap jump support (#4667) @karendolan
- Fix loop loading of segments caused by backtracking logic (#4801) @robwalch
- Fix stalls in streams with segments that have no media (#4800) @robwalch
- Bugfix: Handle single sample MPEG2-TS video segments (#4794) @robwalch
- Bugfix: Slow start on stream with CAN-BLOCK-RELOAD=YES (#4793) @robwalch
- Bugfix: Include NAL filler data in AVC samples (#4789) @robwalch
- Guard against exceptions caused by destroying player in buffer stall error callbacks (#4786) @robwalch
- Bugfix:
hls.subtitleDisplay
doesn't toggle visibility until track selection (#4785) @robwalch - Fix typos in design doc (#4790) @saikatmitra91
Demo Page
https://hls-js-b6cc3ed7-a51c-46de-9812-73e071127353.netlify.app/demo/
API and Breaking Changes
If you are upgrading from version v0.14.17 or lower, see the MIGRATING guide for API changes between v0.14.x and v1.0.0.
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.