Summary
HLS.js v1.6.13 includes bug fixes and improvements over the last release.
The initPTS
fix addresses an edge-case introduced in v1.6.6 with #7311, where hls.js began using MSE timestampOffset
in place or remapping media timestamps.
The content protection related fixes address issues resulting from an expectation for a KEYID attribute or a key ID value in the EXT-X-KEY tag or its URI.
Changes Since The Last Release
- Fix seeking back in live with timestamp wrapping (#7537) @robwalch
- Fixes "fragParsingError" after seeking back in live - regression introduced in 1.6.6 with #7311 (#7536) @bmarshall
- Use Widevine KEYID or parse PlayReady when level keys are present (#7545)
- Get KEYID from init segment 'tenc' when not found elsewhere (#7547)
Demo Page
Get demo url from https://github.com/video-dev/hls.js/tree/deployments
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.