-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fetching last segment of HLS AES-128 stream fails #4517
Labels
component: HLS
The issue involves Apple's HLS manifest format
priority: P1
Big impact or workaround impractical; resolve before feature release
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Comments
devsunb
pushed a commit
to devsunb/shaka-player
that referenced
this issue
Sep 27, 2022
devsunb
pushed a commit
to devsunb/shaka-player
that referenced
this issue
Sep 27, 2022
devsunb
pushed a commit
to devsunb/shaka-player
that referenced
this issue
Oct 2, 2022
devsunb
pushed a commit
to devsunb/shaka-player
that referenced
this issue
Oct 2, 2022
devsunb
pushed a commit
to devsunb/shaka-player
that referenced
this issue
Oct 3, 2022
joeyparrish
pushed a commit
that referenced
this issue
Oct 4, 2022
When fitting the segment references to the timeline, some properties were lost, including the AES-128 key. This fixes those missing properties. Closes #4517
JulianDomingo
pushed a commit
that referenced
this issue
Oct 6, 2022
When fitting the segment references to the timeline, some properties were lost, including the AES-128 key. This fixes those missing properties. Closes #4517
JulianDomingo
pushed a commit
that referenced
this issue
Oct 7, 2022
🤖 I have created a release *beep* *boop* --- ## [4.2.2](v4.2.1...v4.2.2) (2022-10-07) ### Bug Fixes * allow build without text ([#4506](#4506)) ([7e93720](7e93720)) * allow the playback on platforms when low latency APIs are not supported ([#4485](#4485)) ([cf8c857](cf8c857)) * check for negative rows before moving ([#4510](#4510)) ([23f39d7](23f39d7)), closes [#4508](#4508) * Filter unsupported H.264 streams in Xbox ([#4493](#4493)) ([914a08a](914a08a)) * Fix choppy HLS startup ([#4553](#4553)) ([950ce69](950ce69)), closes [#4516](#4516) * Fix errors with TS segments on Chromecast ([#4543](#4543)) ([8204db6](8204db6)) * Fix hang when seeking to the last segment ([#4537](#4537)) ([3d6c768](3d6c768)) * Fix HLS dynamic to static transition ([d9ecbf3](d9ecbf3)) * Fix HLS dynamic to static transition ([#4483](#4483)) ([d9ecbf3](d9ecbf3)), closes [#4431](#4431) * Fix in-band key rotation on Xbox One ([#4478](#4478)) ([bc0a588](bc0a588)), closes [#4401](#4401) * Missing AES-128 key of last HLS segment ([#4519](#4519)) ([2c2677f](2c2677f)), closes [#4517](#4517) * Respect existing app usage of Cast SDK ([#4523](#4523)) ([3db2568](3db2568)), closes [#4521](#4521) * **ttml:** Default TTML background color to transparent if unspecified ([#4496](#4496)) ([0b5c985](0b5c985)), closes [#4468](#4468) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
component: HLS
The issue involves Apple's HLS manifest format
priority: P1
Big impact or workaround impractical; resolve before feature release
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
4.2.1
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
main
?Yes
Are you using the demo app or your own custom app?
Both
If custom app, can you reproduce the issue using our demo app?
Yes
What browser and OS are you using?
macOS Monterey 12.6
Chrome 105.0.5195.125 (arm64)
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
N/A
What are the manifest and license server URIs?
"Art of Motion (HLS, TS, AES-128)" on the Shaka Player Demo page
What configuration are you using? What is the output of
player.getConfiguration()
?The configuration of the demo page
What did you do?
Tried to play the video until the end
What did you expect to happen?
Video is played to the end without issues
What actually happened?
An error 3018(
MEDIA.TRANSMUXING_FAILED
) occurs when fetching the last segment,and never-ending loading begins when attempting to play the last segment.
The text was updated successfully, but these errors were encountered: