-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Polyfill lib/polyfill/videoplaybackquality.js Not working on LG WebOS #4313
Labels
platform: WebOS
Issues affecting WebOS
priority: P2
Smaller impact or easy workaround
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Comments
I have been checking and it seems that in old versions of Chrome it is not included in the prototype but it is included in the video element itself, that's why it fails in WebOS 3.X. |
joeyparrish
pushed a commit
that referenced
this issue
Jun 26, 2022
It seems that webkitDroppedFrameCount is not included in the prototype but it is included in the video element itself, that's why it fails in WebOS 3. Closes #4313
Thankyou 👍🏻 |
theodab
pushed a commit
to theodab/shaka-player
that referenced
this issue
Jul 11, 2022
It seems that webkitDroppedFrameCount is not included in the prototype but it is included in the video element itself, that's why it fails in WebOS 3. Closes shaka-project#4313
joeyparrish
pushed a commit
that referenced
this issue
Jul 14, 2022
It seems that webkitDroppedFrameCount is not included in the prototype but it is included in the video element itself, that's why it fails in WebOS 3. Closes #4313
joeyparrish
pushed a commit
that referenced
this issue
Jul 14, 2022
It seems that webkitDroppedFrameCount is not included in the prototype but it is included in the video element itself, that's why it fails in WebOS 3. Closes #4313
joeyparrish
pushed a commit
that referenced
this issue
Jul 14, 2022
It seems that webkitDroppedFrameCount is not included in the prototype but it is included in the video element itself, that's why it fails in WebOS 3. Closes #4313
joeyparrish
pushed a commit
that referenced
this issue
Jul 14, 2022
It seems that webkitDroppedFrameCount is not included in the prototype but it is included in the video element itself, that's why it fails in WebOS 3. Closes #4313
github-actions
bot
added
the
status: archived
Archived and locked; will not be updated
label
Aug 25, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
platform: WebOS
Issues affecting WebOS
priority: P2
Smaller impact or easy workaround
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
Shaka: 4.1.1
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?
Basic custom setup
If custom app, can you reproduce the issue using our demo app?
Just testing with this: https://shaka-version-test-latest.s3.amazonaws.com/test2.html
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
LG WebOs 3.5 to 3.9 TVs
What did you do?
Run the url above on an LG TV WebOS and it will give this error.
Seems the Polyfill for https://developer.mozilla.org/en-US/docs/Web/API/VideoPlaybackQuality doesnt seem to work for this device.
Shaka Polyfill: https://shaka-player-demo.appspot.com/docs/api/lib_polyfill_videoplaybackquality.js.html
Was just wondering if there is a workaround the TV navigator.userAgent says
Thanks
The text was updated successfully, but these errors were encountered: