-
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
Failed to handle key response: DRM vendor-defined error #1437
Comments
Description:I have installed the sample app given in exoplayer, I tried to play a widevine sample on given below device(Configuration are mentioned below). And got the above log. Configuration Of Device On Which Getting This Error: I have tried this sample on multiple android devices. Complete Logs Are Given Below: com.google.android.exoplayer.demo E/MediaDrm-JNI: Illegal state exception: Failed to handle key response: DRM vendor-defined error: -2902 (-2902) Caused by: android.media.MediaDrm$MediaDrmStateException: Failed to handle key response: DRM vendor-defined error: -2902 |
Please provide a proper bug report, as clearly requested in the issue template:
|
I have also debug the exoplayer sourcecode. @OverRide private void notifyDecoderInitializationError(final DecoderInitializationException e) { |
We still don't have enough information to look into this. Your latest issue seems audio-related but your first comment was about DRM. For diagnosing DRM-related issues a full bug report (as requested above) is useful. I am closing this issue because it is unclear what the bug is or how to reproduce the problematic behavior. Please file a new issue which includes all the information requested on the "New issue" page. Thanks! |
Please find the attached bugreport. |
Please search the existing issues before filing a new one, including issues that are closed. When filing a new issue please include all of the following, unless you're certain that they're not useful for the particular issue being reported.
The text was updated successfully, but these errors were encountered: