• 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 Firestick display issues

     
    • 0 Vote(s) - 0 Average

    Firestick display issues

    Alc
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #1
    2024-11-23, 12:46 PM
    Hi all,

    Having some issues with the display on my firestick. There is a bar around 3/4 of the way through and the image is then somewhat repeated. There's also colour in the lower part of the letterbox. 

       

    Any ideas would be appreciated.
    Fate
    Offline

    Member

    Posts: 213
    Threads: 3
    Joined: 2023 Jun
    Reputation: 15
    #2
    2024-11-23, 02:07 PM
    never seen that, which firestick gen is this?

    Are you transcoding or direct playing?

    Please also provide jellyfin logs to pastebin.com
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,010
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #3
    2024-11-23, 02:14 PM (This post was last modified: 2024-11-23, 02:16 PM by theguymadmax. Edited 1 time in total.)
    There's a bug with the Firestick affecting content playback that contain both Dolby Vision and HDR+. I've encountered the same split-screen issue before. See the linked issues below.

    https://github.com/androidx/media/issues/957
    https://github.com/jellyfin/jellyfin-and...ssues/2630

    A workaround involves removing the HDR+ metadata from the file using FFmpeg:
    Code:
    ffmpeg -i input.mkv -map 0 -c copy -bsf:v "filter_units=remove_types=39" output.mkv

    Another workaround is to lower the bitrate or set your audio output to "stereo" in the Android TV settings to trigger a transcode.
    Alc
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #4
    2024-11-23, 02:36 PM
    (2024-11-23, 02:14 PM)theguymadmax Wrote: There's a bug with the Firestick affecting content playback that contain both Dolby Vision and HDR+. I've encountered the same split-screen issue before. See the linked issues below.

    https://github.com/androidx/media/issues/957
    https://github.com/jellyfin/jellyfin-and...ssues/2630

    A workaround involves removing the HDR+ metadata from the file using FFmpeg:
    Code:
    ffmpeg -i input.mkv -map 0 -c copy -bsf:v "filter_units=remove_types=39" output.mkv

    Another workaround is to lower the bitrate or set your audio output to "stereo" in the Android TV settings to trigger a transcode.

    Ahh that would make sense. I've got a Samsung TV so it can't play DV from what I understand so I've been using HDR fallback. Can I remove the DV from the metadata for the same effect?
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,010
    Threads: 0
    Joined: 2024 Jun
    Reputation: 58
    #5
    2024-11-23, 02:45 PM
    Yes, that should work too.  See Dread's post on how to remove it.
    « 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