mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
DV playback broken on latest build on LG C4 (works on C1) #7850
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jacekowski on GitHub (Nov 30, 2025).
Description of the bug
After upgrading to latest jellyfin/jellyfin:unstable i can't play DV videos anymore on LG C4 (everything works fine on C1). Downgrade to 10.11.2 (10.11.3 is broken) fixes the issue.
Latest version uses different ffmpeg command.
Reproduction steps
Play DV video on LG C4
What is the current bug behavior?
Playback hangs immediately.
What is the expected correct behavior?
Playback starts.
Jellyfin Server version
Unstable
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
2025112405
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@gnattu commented on GitHub (Dec 2, 2025):
That sounds interesting because we reverted the HLS.js player to prefer the native hls player on WebOS on 10.11.3 and later, but somehow your C4 relies on hls.js to even play dolby vision? That's interesting. Do you have DV on 10.10?
I personally do not own any of those TVs so I cannot test at all, but if you have a new enough TV that can update to WebOS 25, you may have a chance to chekout https://github.com/jellyfin/jellyfin-web/pull/7328 which avoids server side handling entirely, because LG added support to play dolby vision in mkv directly in that webOS version.
@jacekowski commented on GitHub (Dec 2, 2025):
Native hls player on LG appears to be broken in many ways and hls.js is preferred option.
There are reports of webos 25 update breaking a lot of things so i'm not really willing to do an update.
@gnattu commented on GitHub (Dec 2, 2025):
Unfortunately: https://github.com/jellyfin/jellyfin-webos/issues/310
It is webOS users, on some models, claims that hls.js never work for them and they have to use the native one, like the ones in above issue.
It is also webOS users on some models, requires hls.js to have reliable playback, like a few users in https://github.com/jellyfin/jellyfin-web/pull/7296 and you.
It is quite funny that we have contradicting reports for the same (at least the name is same) OS.
I really hate the situation like this where we have to break the playback for some user in someway without introducing a new option that makes the already complex client side settings even more complex.
@jacekowski commented on GitHub (Dec 2, 2025):
I think it might be best to make it configurable. It would have to be client side configuration. Because i'm seeing different behaviour on two different LG TV's (C1 and C4). C1 works fine either way, but C4 seems to be a lot more sensitive.
@MSommer95 commented on GitHub (Dec 2, 2025):
Yea same here with the C4. The C4 didnt get the WebOS 25 update yet iirc, for me its still on 23.23.30.
@foreverlasting commented on GitHub (Dec 5, 2025):
Same for me on LG C5. I had upgraded to 10.11.4 from 10.11.2. Immediately noticed that DV content wouldn't play and went back to down to 10.11.2.
@zfeher commented on GitHub (Dec 10, 2025):
Interestingly my LG C1 doesn't recognize DV anymore and fallbacks to HDR (DV P8 sources) in 10.11.3 which I tried a while back. Had to revert back to 10.10.7 which I used before and works fine.
@Pr0mises commented on GitHub (Dec 23, 2025):
Same for me C4 2024, 10.11.2 worked, 10.11.5 doesn't. It didn't work in 10.10.x either if that helps
@SamadiPour commented on GitHub (Jan 3, 2026):
Just to add my experience, on my LG C4 TV, I noticed that 10.11.5 broke the DV/HDR10 file playback.
Here is the what I checked with
Prefer fMP4-HLS Media Containeroption:I have no idea why it's so different in those two versions, but I tried it with three files and got the same result.
@Pr0mises commented on GitHub (Jan 3, 2026):
That's because they removed the hls.js fix in 10.11.3 as it broke the playback for the other half of lg users (older webos versions it seems like). hls.js did fix the playback issues but introduced audio issues (no directplay).
@LPFchan commented on GitHub (Jan 21, 2026):
LG CX + running 10.11.6 and i've tested 13 movies, here's what i've found:
webOS web browser -- media marked as
4K HEVC Dolby Vision Profile x.x (HDR10)from Jellyfin remuxes & fallbacks to HDR and plays. meanwhile media marked as4K HEVC HDRfailed to play entirely (hangs on poster screen)webOS client -- almost none of them played regardless of their profile info (minus 3)
not sure if the
4K HEVC HDRmedia failing to play is relevant to this issue but thought i might chime in.