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

EME not found, WebOS iFrame #5479

Closed
seanbecker15 opened this issue Aug 12, 2023 · 2 comments
Closed

EME not found, WebOS iFrame #5479

seanbecker15 opened this issue Aug 12, 2023 · 2 comments
Labels
platform: WebOS Issues affecting WebOS status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Milestone

Comments

@seanbecker15
Copy link

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

What version of Shaka Player are you using?
Latest (4.3.8)

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?
Custom

If custom app, can you reproduce the issue using our demo app?
I'd need to make significant code changes to try to reproduce

What browser and OS are you using?
webOS TV 6.0 (latest version of chrome)

For embedded devices (smart TVs, etc.), what model and firmware version are you using?
WebOS OLED48C1PUB (2021 OLED)

What are the manifest and license server URIs?
I'm using the demo assets (playready / dash).

What configuration are you using? What is the output of player.getConfiguration()?
Standard demo config

What did you do?
I've been working on a POC testing playback on WebOS. I've created a webdriver backend, set up the selenium grid, and got most of the test suite working end to end. Note that the backend uses an iframe (almost identical to the chromecast backend).

  1. Create WebOS webdriver backend using iframe (very similar to chromecast backend)
  2. Set up selenium grid, connecting to WebOS device
  3. Run demo tests

What did you expect to happen?
DASH / PlayReady content should play. Tests should pass.

What actually happened?
DASH / PlayReady content fails to play. Several DRM related tests fail.

After enabling debug logs I noticed that the EME polyfill fails with message EME not available.. Upon further inspection, I found that navigator.requestMediaKeySystemAccess doesn't exist from within the context of the webdriver iframe. However, I confirmed that it does exist from the context outside of the iframe.

@seanbecker15 seanbecker15 added the type: bug Something isn't working correctly label Aug 12, 2023
@seanbecker15
Copy link
Author

I figured it might be helpful to document this issue if the Shaka team is looking to prioritize WebOS support at any point in the future. I'd be happy to provide more details if needed or assist with debugging remotely.

@github-actions github-actions bot added this to the v4.4 milestone Aug 12, 2023
@avelad avelad added the platform: WebOS Issues affecting WebOS label Aug 18, 2023
@avelad avelad modified the milestones: v4.4, v4.5 Aug 31, 2023
@avelad
Copy link
Member

avelad commented Sep 5, 2023

I added the info to #1330 Thanks!

@avelad avelad closed this as completed Sep 5, 2023
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Nov 4, 2023
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Nov 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform: WebOS Issues affecting WebOS status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

3 participants