-
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
[Android][Chrome][Widevine][Dash] Error 6002 FAILED_TO_CREATE_CDM #7760
Comments
For some reason the asset works fine on Mac Chrome but I am having issues on Android Chrome |
I noticed this: The rate of successful playback attempts has increased a lot by the reattempt |
I have observed that this log is shown when it works vs not when it doesn't: |
I have increased the % but it is still not bulletproof:
Seems Widevine CDM is not fully ready when it happens, but at least I am not aware of any method to check its readyness |
BTW seems Widevine CDM readyness is very tied to the specified robutsness
The issues is noticeable when no robustness is specified on Android Chrome |
Thanks @avelad |
Have you read the FAQ and checked for duplicate open issues? Yes
If the problem is related to FairPlay, have you read the tutorial? N/A
What version of Shaka Player are you using? 4.12.4 / 4.12.5
Can you reproduce the issue with our latest release version? Yes
Can you reproduce the issue with the latest code from
main
? YesAre you using the demo app or your own custom app? Both
If custom app, can you reproduce the issue using our demo app? No
What browser and OS are you using?
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36
Android Chrome 131.0.6778.105 on Android 14
For embedded devices (smart TVs, etc.), what model and firmware version are you using? N/A
What are the manifest and license server URIs? Email
What configuration are you using? What is the output of
player.getNonDefaultConfiguration()
?What did you do?
Play Widevine Dash asset on Android Chrome
What did you expect to happen?
To always play
What actually happened?
Sometimes it works.
But sometimes (most of times) I receive 6002 FAILED_TO_CREATE_CDM / Unable to create MediaCrypto session
I have the feeling the queryMediaKeys promises are not correctly resolving.
Are you planning send a PR to fix it?
I tried debugging it, but not for now
The text was updated successfully, but these errors were encountered: