-
Notifications
You must be signed in to change notification settings - Fork 6k
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
HLS: Error playing content with AES-128 encrypted initialization segment #5441
Comments
I want to add that the url works well in quicktime player. |
I suspect this issue can occur if the media contains a top level atom (probably the The above is just a guess. We really need sample media that reproduces the issue to debug this properly. Please provide some if you want us to look in more detail. |
Hi Oliver i sent you by email a sample media and the way to reproduce the issue hope you find a solution. |
Did you get the sample? any update about this? |
@AquilesCanta - This issue is because our existing code assumes initialization segments are never encrypted using AES-128, where-as the spec says they can be. It looks like building @bounmed - If you could keep the link available for our testing, that would be great. |
@ojw28 Thank you Oliver, i will leave the link until this issue is resolved. |
@AquilesCanta any update about this please ? |
Not yet, I haven't had time to check/implement, although I did looked into it and shouldn't be complex. I'll try to get to that in a few weeks or less. |
I have already started working on this. Once it is available, a commit reference will appear here. Thanks for your patience! |
Defined in RFC 8216 Section 4.3.2.5. Issue:#5441 PiperOrigin-RevId: 234114119
Can't play some X265 videos.
the video info are :
i got this error in adb log
I added this line befor the error to see the value of bytesRead the result in the log
any help please how to fix this?
The text was updated successfully, but these errors were encountered: