Skip to content
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

insecure context but got 4032 #7732

Closed
youcheng-yc opened this issue Dec 10, 2024 · 1 comment
Closed

insecure context but got 4032 #7732

youcheng-yc opened this issue Dec 10, 2024 · 1 comment
Labels
type: bug Something isn't working correctly
Milestone

Comments

@youcheng-yc
Copy link

youcheng-yc commented Dec 10, 2024

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

@youcheng-yc youcheng-yc added the type: bug Something isn't working correctly label Dec 10, 2024
@shaka-bot shaka-bot added this to the v4.13 milestone Dec 10, 2024
@avelad
Copy link
Member

avelad commented Dec 10, 2024

Fixed in the main branch, we added a new error code to specify that EME is not available, see: #7596

@avelad avelad closed this as completed Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

3 participants