• 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 Movies cropped when playing on Android TV

     
    • 0 Vote(s) - 0 Average

    Movies cropped when playing on Android TV

    1/4 of screen replaced with black rectangle
    SquishySquash
    Offline

    Junior Member

    Posts: 18
    Threads: 7
    Joined: 2024 Dec
    Reputation: 0
    Country:Poland
    #1
    2025-02-15, 11:50 PM
    Hello,

    I've noticed that one of my movies refuses to play correctly on my Android TV (Google TV native TV). While it plays the problem is that 1/4 of the screen is covered by black overlay. The image is cropped. Trying the "auto adjust/crop/stretch" video setting does nothing.

    When I watch it on TV and check my server dashboard from the phone the movie is supposed to play in Direct Play mode which is correct since my TV supports HDR10+, Dolby Video and Dolby Atmos. I've already played similar files with E-AC-3 JOC Audio and  HEVC 10bit with SMPTE ST 2094 App 4, Version 1, HDR10+ Profile B compatible HDR data and these files do not require transcoding and ofc. they play without any issues.

    Here is screenshot of how it looks like:

    [Image: 413576601-4b0babb0-ff2a-4186-ba60-94b387...Rr9HpWrgCU]

    Of course movie plays correctly on other clients, tested it on Android Phone, Web Client and Desktop Client.

    I'm attaching logs from server, the server log and ffmpeg log. Additionally media info of file that causes issues.


    Attached Files
    .txt   ffmpeglog.txt (Size: 15.54 KB / Downloads: 36)
    .txt   log_20250215.txt (Size: 88.77 KB / Downloads: 25)
    .txt   mediainfo.txt (Size: 5.4 KB / Downloads: 48)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-02-16, 12:36 AM
    Is this a Sony TV?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,085
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #3
    2025-02-16, 06:15 AM
    People often run into issues when creating Hybrid media, resulting playback problems. There's no need for troubleshooting in this case. Yes, it may play fine on VLC or other devices, but the AndroidTV’s player (ExoPlayer) is less forgiving and won't display properly with messed up Hybrid DV/HDR+10 movies.

    @Dread - It's a  Sharp TV. He posted the issue on the AndroidTV repo.
    SquishySquash
    Offline

    Junior Member

    Posts: 18
    Threads: 7
    Joined: 2024 Dec
    Reputation: 0
    Country:Poland
    #4
    2025-02-16, 11:01 AM
    (2025-02-16, 06:15 AM)theguymadmax Wrote: People often run into issues when creating Hybrid media, resulting playback problems. There's no need for troubleshooting in this case. Yes, it may play fine on VLC or other devices, but the AndroidTV’s player (ExoPlayer) is less forgiving and won't display properly with messed up Hybrid DV/HDR+10 movies.

    @Dread - It's a  Sharp TV. He posted the issue on the AndroidTV repo.

    Yes, its Sharp.

    My Android Phone client is also using integrated Exo Player and it plays this file fine. I'm not using VLC
    64bitz
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #5
    2025-02-22, 08:56 PM (This post was last modified: 2025-02-22, 09:18 PM by 64bitz. Edited 2 times in total.)
    Hello, I have the exact same problem with a Sony TV, is there anything to do?
    I watched hundreds of movies and tv shows without any issues, this is the first time something doesn’t work.

    The same file is working correctly when I watch it on my iPhone and the Safari Browser.

    Edit: I installed mpv on my TV and used the external player option in jellyfin, this also works. So it appears to be the jellyfin app not working as it should?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-02-22, 10:01 PM
    Jellyfin uses the internal player for Android, exoplayer. Using MPV is a valid workaround, but comes with some limitations regarding playback progress tracking.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,085
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #7
    2025-02-23, 12:23 AM
    This happens when the file has been encoded with bad DV RPU cropping values. You can either:

    1. Remove DV Metadata: Follow the steps in this forum thread to strip out the Dolby Vision metadata.
    Code:
    /usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "/path/to/dvhdr10+_video.mkv" -map 0 -bsf:v hevc_metadata=remove_dovi=1 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled hdr10_video.mkv

    2. Follow this post on using Dovi Tool to fix the cropping values.
    64bitz
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #8
    2025-02-23, 07:58 AM
    Thanks for the input, I’ll analyze this issue further when I have the time.

    For now mpv works as a workaround, but after this show I’ll switch back to the internal player because I never had issues with it before.

    I’m just wondering why other players and even the shitty player used in Safari plays it correctly, if it has some damaged DV data.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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