-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Playback issue on LG webOS 4 with DRMed content #8377
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
Comments
Hey @massicottem! |
Hey @tykus160 thanks for your answer!
Unfortunately, we haven't been able to get our streams to work in any other web player besides Shaka... 😅 We have tested Dash.js, Video.js (which relies on Dash.js for DASH playback), and Bitmovin, but they all encounter errors, either with Widevine or PlayReady. However, the streams do work in ExoPlayer and AVPlayer. We'll need to follow up with our client's video hosting team to investigate further.
We're aware of that workaround and have we tried it, but as mentioned earlier, the issue persists even at 360p in our case... 😕 Additionally, going below 720p isn't a viable option for our client.
I suspect the same. If we can get our live streams to work with PlayReady, that might be a possible solution. That said, the fact that it fails on other players as well isn't very encouraging... 😅
I haven’t reached out directly, but I’ve come across some threads on their forum about this issue. Unfortunately, most are either unanswered or state that it's not their problem since they don’t officially support DASH and that we are relying on third-party players. Even if we manage to highlight a bug on their end, I’m doubtful they’d address it, considering these devices are 6–7 years old... 😅 Here are some relevant threads on LG’s forum: |
@chornos13, @steve-taylor Were you able to resolve your issue in the end? After rereading your thread with taking our new information at hand, we strongly believe that the issue come from how webOS 3-4 handles Widevine DRM as we can reproduce the issue with multiple player, multiple content types and multiple content providers (including large US ones).
In addition to my previous answers, here's some information from #6321:
So it seems that dash.js and video.js have the same behaviour.
Also, just like for us, reducing the quality doesn't help...
I'll contact LG now that we have more proof that the issue is not coming from the player. I'll keep the issue opened to keep you updated. My TV received an update last week, so hopefully they will make an update to fix this.🤞 In the meantime, as using PlayReady seems to fix the issue, we would still like to have some help to understand why it's working with VOD but not using live stream please... Let's hope it's not webOS issue as well. 😅 |
Here's the LG webOS forum thread: https://forum.webostv.developer.lge.com/t/playback-issues-on-webos-4-with-widevine-drm-protected-content/25043 |
@massicottem do you have any update? |
@avelad We are currently delayed by some administrative processes with our client, which are preventing us from sending the email requested by LG. I will follow up with them today to see if we can send it now. I'll keep you updated :) |
The email has been sent, we are waiting to hear back. |
Have you read the FAQ and checked for duplicate open issues?
Yes, there are duplicate issues, but they are closed and unresolved. Related issues: #3707, #4305, and #6321
If the problem is related to FairPlay, have you read the tutorial?
N/A
What version of Shaka Player are you using?
Tested on 4.10.0, 4.12.8 (currently used in prod) and 4.14.5
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?
Our own custom app.
If custom app, can you reproduce the issue using our demo app?
Yes
What browser and OS are you using?
LG webOS 4 / Chromium 53
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
LG OLED65B9PUA, OS version : 05.40.61. Reproductible on multiple other 2018-2019 webOS 4 TVs.
What are the manifest and license server URIs?
We'll send the URI privately if needed. The issue is reproductible with Sintel.
What configuration are you using? What is the output of
player.getNonDefaultConfiguration()
?What did you do?
Started a VOD or live playback.
What did you expect to happen?
The content plays without any interruptions or issues.
What actually happened?
With Widevine DRM:
The content frequently stalls. This occurs by itself after a few minutes but can also be triggered by interacting with the UI, which consumes some of the processing resources.
For live playback, the content eventually falls outside the live window, causing an infinite loop:
With PlayReady:
More details
We've been dealing with a persistent issue in production where users with older LG TVs (2018-2019 models) report constant video buffering when using the app. Here's a breakdown of the investigations and findings so far:
Initial Hypothesis:
We initially suspected a performance issue with the 1080p 60fps low-latency live stream. As a mitigation, we locked targeted devices to 720p 30fps. While this slightly improved the situation, it did not resolve the problem.
Further Investigations:
Key Findings:
waiting
events, even with 10 seconds of buffered content available.usable
.live-not-woking.log
vod-working.log
Additional Context
We are reaching out to get your input on whether you think these issues are fixable. Before communicating to our client that this can't be resolved on our end, we would like your expertise to determine whether there's a workaround or a deeper issue we might have missed.
Thank you for your assistance.
Are you planning to send a PR to fix it?
If we find the issue, if it's fixable and if we have enough time to do it, maybe.
The text was updated successfully, but these errors were encountered: