You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to happen?
As I visited the page through an insecure context, a error code of 6001(REQUESTED_KEY_SYSTEM_CONFIG_UNAVAILABLE) is expected.
What actually happened?
I got 4032(CONTENT_UNSUPPORTED_BY_BROWSER).
Are you planning send a PR to fix it?
no
The text was updated successfully, but these errors were encountered:
Have you read the FAQ and checked for duplicate open issues?
Yes
If the problem is related to FairPlay, have you read the tutorial?
No
What version of Shaka Player are you using?
v4.12.4
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
main
?Yes
Are you using the demo app or your own custom app?
my own custom app
If custom app, can you reproduce the issue using our demo app?
shaka demo app cannot visit through http://
What browser and OS are you using?
Chrome131 / MacOS 14.6.1
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
https://storage.googleapis.com/shaka-demo-assets/angel-one-widevine-hls/hls.m3u8
https://cwip-shaka-proxy.appspot.com/no_auth
What configuration are you using? What is the output of
player.getNonDefaultConfiguration()
?{
"servers": {
"com.widevine.alpha": "https://cwip-shaka-proxy.appspot.com/no_auth"
}
}
What did you do?
visit from http://some.ip.address
What did you expect to happen?
As I visited the page through an insecure context, a error code of 6001(REQUESTED_KEY_SYSTEM_CONFIG_UNAVAILABLE) is expected.
What actually happened?
I got 4032(CONTENT_UNSUPPORTED_BY_BROWSER).
Are you planning send a PR to fix it?
no
The text was updated successfully, but these errors were encountered: