polimediaupv / paella-core

Paella Player core library
Educational Community License v2.0
20 stars 15 forks source link

Bump hls.js from 1.4.6 to 1.4.7 #279

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hls.js from 1.4.6 to 1.4.7.

Release notes

Sourced from hls.js's releases.

v1.4.7

Summary

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

Changes Since The Last Release

https://github.com/video-dev/hls.js/compare/v1.4.6...v1.4.7

  • Fix large subtitle target duration can result in subtitles not loading as needed (#5597) @​robwalch
    • Fixes subtitle segment finding when using start offset
    • Improves subtitle segment finding at the start of discontinuity sequences
    • Fixes subtitle segment loading when subtitle playlist does not have DISCONTINUITY tags matching media playlists
  • Fix Multivariant Playlist and Key XHR loader retries (#5598) @​robwalch
    • Fixes XHR Loader retry logic (only used for key and MVP files)
    • Fixes stream-controller state state change on key file errors that result in level switch

Demo Page

https://896f3d49.hls-js-dev.pages.dev/

Feedback

Please provide feedback via Issues in GitHub. For more details on how to contribute to HLS.js, see our CONTRIBUTING guide.

Commits
  • 7002632 Merge pull request #5597 from video-dev/bugfix/subtitle-target-duration-impac...
  • 11d9097 Only load earlier subtitle fragment if discontinuity matches
  • a567ef5 Remove requirement for subtitles to be synced with media PTS when WebVTT MPEG...
  • 30757b1 Merge pull request #5598 from video-dev/bugfix/xhr-retries-aborted
  • b983a9a Wait for level switch after fragment or key error with level switch action
  • 0680289 Reset loader aborted state on internal retry
  • 206eb23 Fix issue where large subtitle target-durations result in incorrect subtitle ...
  • See full diff 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 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)
dependabot[bot] commented 1 year ago

Superseded by #283.