Summary
HLS.js v1.2.1 includes bug fixes and improvements over the last release.
Changes Since The Last Release
- Determine text track kind based on CHARACTERISTICS (#4850) @lpommers
- Add WebVTT EXT-X-MAP support (#4839) @robwalch
- Forward worker logs to main thread logs (#4820) @lpommers
- Fix audio demuxer contiguity with segments not carrying ID3 timestamps (#4847) @robwalch
- Fix sidx duration (#4849) @nklhtv
- Fix attach/detach and recoverMediaError resume with alt audio (#4816) @robwalch
- Cleanup stream controller logger statements (#4838) @robwalch
- Docs: Update Loader Composition code example with code that does not produce runtime errors (#4845) @littlespex
- CI: switch to W3C WebDriver protocol (#4834) @tjenkinson
- CI: Fix safari on sauce labs: lock
selenium-webdriver
to 4.1.0 for now (#4827) @tjenkinson - CI: Update workflows to use Node.js v16 (#4821) @robwalch
Demo Page
https://hls-js-c682795c-032a-4c39-9374-225b776c04f6.netlify.app/
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.