-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Have you read the FAQ and checked for duplicate open issues?
Yes
If the problem is related to FairPlay, have you read the tutorial?
Not related
What version of Shaka Player are you using?
v4.15.4
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from main
?
Yes tried nightly
Are you using the demo app or your own custom app?
Demo app in simple android application using a WebView
What browser and OS are you using?
Android 13, 14, 15
What are the manifest and license server URIs?
Widevine demo content from the demo
What configuration are you using? What is the output of player.getNonDefaultConfiguration()
?
What did you do?
- Open a android application with WebView on Android 13, 14 or 15 (haven't tested other versions)
- Application allows DRM content via callback (otherwise no content can be selected in the demo)
- Start the demo with anything above version 4.12.18
- Filter Widevine content
- Press play
What did you expect to happen?
Playback should have started
When using version 4.12.18 everything works as expected. I've tried every version linked from here after that including nightly and I get Error 6001
On the same devices everything works fine in Chrome.
What actually happened?
Error 6001
Are you planning to send a PR to fix it?
No