-
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
Decoder init failed
error when transitioning from DRM protected content to clear content in a playlist
#9095
Comments
Decoder init failed
error when transitioning from DRM protected content to clear content in a playlistDecoder init failed
error when transitioning from DRM protected content to clear content in a playlist
From the provided BR this looks like the same issue reported in #8696, in particular these lines:
The reporter there confirmed the following workaround works (providing the secure decoder is capable of decoding the clear content):
I will dupe this to that issue and follow up on that thread. |
Thanks for your response @icbaker. |
FYI
|
I did see that release note but I don't think this helps here as the Edit: It does work when I configure both sources as DRM protected. Maybe that was the missing piece. |
Ah yeah, that's also a slightly sharp edge of the API: #8957 |
Description:
The following exception occurs when transitioning from a DRM protected media item to a clear media item in a playlist:
This can only be observed on specific devices. I reliably reproduced it on a
OnePlus AC2003
with Android 11 but customers of us reported it also onSamsung S10
with Android 11.Please find the adb bugreport attached.
Steps to reproduce:
In the demo app define one DRM protected source and one clear source in a play list, e.g. as follows:
After starting playback of the first source, transitioning to the next source causes the described issue.
Versions
OnePlus AC2003
The text was updated successfully, but these errors were encountered: