Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump shaka-player from 4.12.5 to 4.12.7 #6572

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

closes #6363

Bumps shaka-player from 4.12.5 to 4.12.7.

Release notes

Sourced from shaka-player's releases.

v4.12.7

4.12.7 (2025-01-10)

Bug Fixes

  • CEA: Fix multi byte language support in CEA-708 (#7837) (12f2e2b)
  • dash: Fix $Time$ usage with SegmentTemplate (#7849) (9e72d38)
  • DASH: Fix Dolby Atmos detection when there is not SupplementalProperty (#7847) (ca70821)
  • Fix missing EMSG events (#7839) (ec6113a)
  • Fix SEGMENT HEAD requests, compatibility with Cast SDK (#7851) (341a0ad), closes #7600
  • Fix select spatial audio when using selectAudioLanguage (#7846) (dcb27f7)
  • HLS: Disable text correctly when loading a media playlist (#7840) (56460e1)
  • HLS: Fix audio detection when there is no audio data but it appears in PMT (#7838) (04554a9)
  • HLS: Omit daterange without START-DATE in order to avoid errors (#7841) (0510a53)

v4.12.6

4.12.6 (2025-01-06)

Bug Fixes

  • Avoid useless MSE reset when transmuxing muxed content (#7818) (6723a7d)
  • Docs: Remove info about small/large gaps from manual (#7762) (9e2c508)
  • Don't ignore the license server in manifest when another key-system has license server in configuration (#7797) (f6f665f)
  • Fix change timestampOffset on discontinuities when not necessary (#7823) (360c590)
  • Fix ClearKey license on old CDMs (#7816) (77379b0)
  • Fix gaps produced by the transmuxer (#7822) (5ad2121)
  • Follow the configured playRange for src= (#7825) (3f413d9)
  • HLS: Correctly identify webvtt subtitles with cmft extension (#7791) (0305383)
  • HLS: Disable audio/video correctly when loading a TS media playlist (#7815) (1cd1ed7)
  • HLS: Do not use EXT-X-PROGRAM-DATE-TIME on vod when there is only video or audio (#7802) (7a57011)
  • HLS: Fix timestamp offset for raw formats when using segments mode (#7819) (cd8f761)
  • Offline: Allow storage of MSS streams (#7799) (a7591a0)
  • re-open the MediaSource if readyState is not open when the init() method is called. (#7783) (b63466d)
  • Remove useless calls to isTypeSupported (#7817) (2ffcdac)
  • Remove useless deprecation in UITextDisplayer and add some guards in SimpleTextDisplayer (#7805) (5252c8d)
  • Transmuxer: Fix transmuxer with overflow data (video nalus and aac samples) between PES (#7813) (fcddae1)
  • UI: Allow 1x playback rate when default playback rate is not x1 (#7787) (0d43964)
  • UI: Video starts playing automatically when selecting a playback rate (#7786) (33373de)
Changelog

Sourced from shaka-player's changelog.

4.12.7 (2025-01-10)

Bug Fixes

  • CEA: Fix multi byte language support in CEA-708 (#7837) (12f2e2b)
  • dash: Fix $Time$ usage with SegmentTemplate (#7849) (9e72d38)
  • DASH: Fix Dolby Atmos detection when there is not SupplementalProperty (#7847) (ca70821)
  • Fix missing EMSG events (#7839) (ec6113a)
  • Fix SEGMENT HEAD requests, compatibility with Cast SDK (#7851) (341a0ad), closes #7600
  • Fix select spatial audio when using selectAudioLanguage (#7846) (dcb27f7)
  • HLS: Disable text correctly when loading a media playlist (#7840) (56460e1)
  • HLS: Fix audio detection when there is no audio data but it appears in PMT (#7838) (04554a9)
  • HLS: Omit daterange without START-DATE in order to avoid errors (#7841) (0510a53)

4.12.6 (2025-01-06)

Bug Fixes

  • Avoid useless MSE reset when transmuxing muxed content (#7818) (6723a7d)
  • Docs: Remove info about small/large gaps from manual (#7762) (9e2c508)
  • Don't ignore the license server in manifest when another key-system has license server in configuration (#7797) (f6f665f)
  • Fix change timestampOffset on discontinuities when not necessary (#7823) (360c590)
  • Fix ClearKey license on old CDMs (#7816) (77379b0)
  • Fix gaps produced by the transmuxer (#7822) (5ad2121)
  • Follow the configured playRange for src= (#7825) (3f413d9)
  • HLS: Correctly identify webvtt subtitles with cmft extension (#7791) (0305383)
  • HLS: Disable audio/video correctly when loading a TS media playlist (#7815) (1cd1ed7)
  • HLS: Do not use EXT-X-PROGRAM-DATE-TIME on vod when there is only video or audio (#7802) (7a57011)
  • HLS: Fix timestamp offset for raw formats when using segments mode (#7819) (cd8f761)
  • Offline: Allow storage of MSS streams (#7799) (a7591a0)
  • re-open the MediaSource if readyState is not open when the init() method is called. (#7783) (b63466d)
  • Remove useless calls to isTypeSupported (#7817) (2ffcdac)
  • Remove useless deprecation in UITextDisplayer and add some guards in SimpleTextDisplayer (#7805) (5252c8d)
  • Transmuxer: Fix transmuxer with overflow data (video nalus and aac samples) between PES (#7813) (fcddae1)
  • UI: Allow 1x playback rate when default playback rate is not x1 (#7787) (0d43964)
  • UI: Video starts playing automatically when selecting a playback rate (#7786) (33373de)
Commits
  • a5f248d chore(v4.12.x): release 4.12.7 (#7862)
  • a0e1f39 ci: Update release-please-action (#7860)
  • 44fa1eb test: Update screenshots (#7858)
  • 341a0ad fix: Fix SEGMENT HEAD requests, compatibility with Cast SDK (#7851)
  • 9e72d38 fix(dash): Fix $Time$ usage with SegmentTemplate (#7849)
  • e5c2fc7 ci: Increase "Build Player" timeout (#7850)
  • 7fa1094 chore(Demo): Add keysystem suggestions in "Custom DRM System" field (#7845)
  • ca70821 fix(DASH): Fix Dolby Atmos detection when there is not SupplementalProperty (...
  • dcb27f7 fix: Fix select spatial audio when using selectAudioLanguage (#7846)
  • b2bcf1f chore(Demo): Fix "Custom DRM System" field when set to known drm system (#7843)
  • 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)

@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Jan 13, 2025
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) January 13, 2025 08:18
PikachuEXE
PikachuEXE previously approved these changes Jan 13, 2025
@PikachuEXE PikachuEXE requested a review from absidue January 13, 2025 10:42
kommunarr
kommunarr previously approved these changes Jan 13, 2025
Copy link
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added PR: merge conflicts / rebase needed and removed PR: waiting for review For PRs that are complete, tested, and ready for review labels Jan 13, 2025
Bumps [shaka-player](https://github.com/shaka-project/shaka-player) from 4.12.5 to 4.12.7.
- [Release notes](https://github.com/shaka-project/shaka-player/releases)
- [Changelog](https://github.com/shaka-project/shaka-player/blob/v4.12.7/CHANGELOG.md)
- [Commits](shaka-project/shaka-player@v4.12.5...v4.12.7)

---
updated-dependencies:
- dependency-name: shaka-player
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot dismissed stale reviews from kommunarr and PikachuEXE via 3cc1d41 January 13, 2025 12:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shaka-player-4.12.7 branch from 23b1f12 to 3cc1d41 Compare January 13, 2025 12:36
Copy link
Contributor

Conflicts have been resolved. A maintainer will review the pull request shortly.

@FreeTubeBot FreeTubeBot merged commit a365813 into development Jan 13, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/shaka-player-4.12.7 branch January 13, 2025 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot change playback speed to 1 if default is 1.25
5 participants