• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Problem Dolby Vision after update

     
    • 0 Vote(s) - 0 Average

    Problem Dolby Vision after update

    Dolby Vision no longer triggers on LG C1 after updating server to 10.11 (works fine on 10.10.7)
    Sergi Sans Roselló
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2025 Oct
    Reputation: 0
    #2
    Yesterday, 10:53 AM
    Hi everyone,
    I’ve been investigating why Dolby Vision (Profile 8.1) playback stopped working on my LG C1 (native WebOS app) after updating my Jellyfin server from version 10.10.7 to 10.11.

    I ran tests with the exact same video file and compared server logs between both versions, and these are my conclusions.

    Technical analysis
    In Jellyfin 10.10.7, the video stream is handled as Direct Stream / Direct Play, keeping the HEVC video bitstream untouched:

    -codecv copy
    -codeca copy
    -tag:v dvh1
    -bsf:v hevc_mp4toannexb

    This preserves the Dolby Vision RPU metadata in the HEVC stream (Profile 8.1 + HDR10 compatibility), and the LG C1 correctly recognizes and activates Dolby Vision mode.

    However, in Jellyfin 10.11, there’s a subtle change in the ffmpeg command that breaks playback:
    -codecv copy
    -tag:v dvh1
    -bsf:v hevc_mp4toannexb
    -codeca libfdk_aac -ac 6 -ab 640000

    That means the audio stream gets transcoded to AAC (libfdk_aac) instead of being copied.
    This forces Jellyfin to re-mux the video and audio into a new HLS container, which ends up stripping or invalidating the Dolby Vision metadata.
    As a result, LG TVs no longer detect the DV layer and only display HDR10 fallback.

    I also noticed that in 10.11 the FFmpeg build has been updated to 7.1.2-Jellyfin, and it uses a compression 0 DOVI header format, which might worsen compatibility with some clients that require an intact bitstream.

    Could someone from the development team please review this behavior change?
    It seems that Dolby Vision Profile 8.1 streams can no longer be passed through natively when Jellyfin 10.11 decides to transcode audio.
    It would be helpful if the new ffmpeg handling could preserve DV compatibility when only audio transcoding occurs, or allow overriding it via a setting.

    I can share both log files (10.10.7 working and 10.11 failing) for reference if needed.

    Thanks,
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Problem Dolby Vision after update - by Sergi Sans Roselló - Yesterday, 06:13 AM
    RE: Problem Dolby Vision after update - by Sergi Sans Roselló - Yesterday, 10:53 AM
    RE: Problem Dolby Vision after update - by draxer - Yesterday, 11:04 AM
    RE: Problem Dolby Vision after update - by Sergi Sans Roselló - Yesterday, 11:09 AM
    RE: Problem Dolby Vision after update - by draxer - Yesterday, 11:12 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode