Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps hls.js from 1.5.20 to 1.6.1.

Release notes

Sourced from hls.js's releases.

v1.6.1

Summary

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

Changes Since The Last Release

video-dev/hls.js@v1.6.0...v1.6.1

  • 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.

v1.6.0

Summary

HLS.js v1.6.0 introduces support for HLS Interstitials with new API features, media support, and playback enhancements.

New features in release version 1.6

API changes in release version 1.6

  • Added config.detectStallWithCurrentTimeMs
  • Added config.nudgeOnVideoHole

... (truncated)

Commits
  • 3f62657 Ignore alternate audio when audio controller class config options are null
  • 187f486 Warn when parsed init and media segments contain audio and video tracks but t...
  • 3ca6f26 fix: support check persistent-license to remove the mediakeysession (#7050)
  • 915e6c5 fix: xboxone keyStatuses.forEach callback not work well (#7150)
  • b7cd6d4 Merge pull request #7152 from video-dev/renovate/wrangler-3.x
  • 89213ac chore(deps): update dependency wrangler to v3.114.3
  • 44a9144 Guard against exceptions when parsing incomplete 'avcC', 'hvcC', 'vpcC', and ...
  • 7383658 Catch errors in SourceBuffer blocked callbacks
  • 153651c Merge pull request #7149 from video-dev/renovate/eslint-plugin-n-17.x
  • fbd084d chore(deps): update dependency eslint-plugin-n to v17.17.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.5.20 to 1.6.1.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](video-dev/hls.js@v1.5.20...v1.6.1)

---
updated-dependencies:
- dependency-name: hls.js
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2025
@DanielnetoDotCom DanielnetoDotCom merged commit 9d97263 into master Apr 7, 2025
14 of 15 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hls.js-1.6.1 branch April 7, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants