Skip to content

Extra config not being honored on demo #8746

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

Closed
every-time opened this issue Jun 14, 2025 · 0 comments · Fixed by #8747
Closed

Extra config not being honored on demo #8746

every-time opened this issue Jun 14, 2025 · 0 comments · Fixed by #8747
Assignees
Labels
component: demo page The issue is in the demo page; does not affect production applications priority: P2 Smaller impact or easy workaround type: bug Something isn't working correctly
Milestone

Comments

@every-time
Copy link

Have you read the FAQ and checked for duplicate open issues?
Yes.

What version of Shaka Player are you using?
v4.15.2 (uncompiled)

Can you reproduce the issue with our latest release version?
Yes.

Are you using the demo app or your own custom app?
Demo app.

What browser and OS are you using?
Windows 11, Chrome 137.

What did you do?
Tried to play a stream (M3U8, Custom Widevine License Server URL, and "Authorization" License Header with value was provided) with the following EXTRA CONFIG:

{
  "networking": {
    "forceHTTPS": true
  }
}

What did you expect to happen?
For the stream to play with HTTP URLs being requested with HTTPS.

What actually happened?
It's still attempting to play with HTTP URLs. And when I check extra config again, it's "reset" to:

{
  "networking": {
    "forceHTTPS": false,
    "forceHTTP": false,
    "minBytesForProgressEvents": 16000
  }
}

Also, clicking the REPORT BUG button throws this:

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'forceHTTP')
    at shaka.net.NetworkingEngine.send_ (networking_engine.js:486:22)
    at shaka.net.NetworkingEngine.makeRequestWithRetry_ (networking_engine.js:463:17)
    at networking_engine.js:341:20
    at shaka.util.AbortableOperation.wrapChainCallback_ (abortable_operation.js:228:19)
    at abortable_operation.js:200:47
@every-time every-time added the type: bug Something isn't working correctly label Jun 14, 2025
@shaka-bot shaka-bot added this to the v4.16 milestone Jun 14, 2025
@avelad avelad added the component: demo page The issue is in the demo page; does not affect production applications label Jun 16, 2025
@avelad avelad self-assigned this Jun 16, 2025
@avelad avelad added the priority: P2 Smaller impact or easy workaround label Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: demo page The issue is in the demo page; does not affect production applications priority: P2 Smaller impact or easy workaround type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants