Summary
HLS.js v1.6.1 includes bug fixes and improvements over the last release.
Changes Since The Last Release
- Fix streaming interruption from exception thrown setting MediaSource duration (#7148) @robwalch
- Make appendBuffer errors fatal when HTMLMediaElement.error is present (#7147)
- Guard against exceptions when parsing incomplete codec boxes (#7146)
- Warn on muxed mp4 with alt-audio (unsupported media configuration) (#7153)
- Support disabling alternate audio with config (#7154)
- Timeout
mediakeySession.remove()
and only call for persistent-license sessions (#7050) @JackPu - Add workaround for Xbox One
keyStatuses.forEach
callback not work well (#7150)
Demo Page
https://26b6689f.hls-js-dev.pages.dev/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.