v1.7.0-rc.3
Pre-releaseSummary
HLS.js v1.7.0-rc.3 includes bug fixes and improvements over the last pre-release.
Changes Since The Last Release
- Update README supported features (#7953) @robwalch
- Defer playlist reload while network is offline (#7926)
- Fix "discontinuity sequence mismatch" for fragment hint with no parts (#7964)
- Prevent loop loading for SourceBuffer mismatch append errors (#7965)
- Fixed v1.7 dev regressions:
- Migrate CI to Sauce Connect 5 (#7957) @itsjamie
- Improve CEA-608 performance for low powered devices (#7949)
- Improve tsdemuxer performance (#7955)
- Improve mp4 box parsing performance (#7956)
Previous 1.7 Release Notes
A complete list of 1.6 to 1.7 changes will be included in the v1.7.0 release. For now, please consult the earlier pre-release notes:
https://github.com/video-dev/hls.js/releases/tag/v1.7.0-rc.2
https://github.com/video-dev/hls.js/releases/tag/v1.7.0-rc.1
https://github.com/video-dev/hls.js/releases/tag/v1.7.0-beta.2
https://github.com/video-dev/hls.js/releases/tag/v1.7.0-beta.1
Demo Page
https://7d50c871.hls-js-dev.pages.dev/demo/
API and Breaking Changes
No public exports were removed and no runtime behavior changes are required to upgrade from v1.6 to v1.7. A list of changes impacting TypeScript consumers have been added to the migration guide:
https://github.com/video-dev/hls.js/blob/v1.7.0-rc.3/MIGRATING.md#migrating-from-hlsjs-16-to-17
Feedback
Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.