yarn hls.js 1.6.6
v1.6.6

latest releases: 1.6.12-0.canary.11489, 1.6.12-0.canary.11488, 1.6.12-0.canary.11487...
2 months ago

Summary

HLS.js v1.6.6 includes bug fixes and improvements over the last release.

Changes Since The Last Release

v1.6.5...v1.6.6

  • Fix parse PSSH box error (#7320) @yajin2021
  • Use SourceBuffer timestampOffset (#7311) @robwalch
  • MediaCapabilities enhancements (#7354)
  • Support interstitial schedule navigation on INTERSTITIAL_ASSET_ENDED (#7329)
  • Fix QuotaExceededError regression caused by change in Chrome 138 (#7368)
    • Resolves stalling caused by change to QuotaExceededError code (22 -> 0) shipped in Chome 138 (#7367) @spiralman
  • Fix unnecessary setting of MediaSource duration with stale value (#7326)
    • Resolves LL-HLS buffer append errors where playlist duration is shorter than latest append (#7321) @SangwonOh
  • Fix errors in SourceBuffer creation when media parsed codec is unsupported (#7304)
  • Fix subtitle segment loading at live start (#7349)
    • Resolves loading correct subtitle segment when starting after discontinuity in live (#7347) @Frenzie
  • Update next load position if currentTime is not being used on seek (#7342)
  • Functional test runner setup changes for running in Safari locally (#7313)

Demo Page

https://6fdff299.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.

Don't miss a new hls.js release

NewReleases is sending notifications on new releases.