• 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 Black Screen when playing media on Roku App

     
    • 0 Vote(s) - 0 Average

    Black Screen when playing media on Roku App

    harexew
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:Germany
    #1
    2023-12-05, 09:46 PM
    Im trying to play my media on a Roku Express, using the Jellyfin app. My server is running Version 10.8.9 on Windows Server 2016.
    Everytime I play some media it only shows a Black Screen, on other devices (Firefox Browser on Windows 11 and Jellyfin app on Android TV) it plays without any problems. The only solution that worked for me temporatily is to run the files through ffmpeg with the following arguments.
    Code:
    ffmpeg.exe -i old.mp4 -c:v libx264 -crf 18 -preset slow -c:a copy new.mp4
    The old and new files dont really show a difference in the media info screen.
    Old File:
    Code:
    Video
    Titel 1080p H264 SDR
    Codec H264
    Codec-Tag avc1
    AVC Yes
    Profil High
    Level 31
    Auflösung 1920x1080
    Seitenverhältnis 16:9
    Zeilensprungverfahren No
    Bildrate 23.976025
    Bitrate 708 kbps
    Bit-Tiefe 8 bit
    Videobereich SDR
    Video range type SDR
    Pixelformat yuv420p
    Referenz-Frames 1
    NAL 4

    Audio
    Titel AAC - Stereo - Default
    Sprache und
    Codec AAC
    Codec-Tag mp4a
    Profil HE-AAC
    Darstellung stereo
    Kanäle 2 ch
    Bitrate 71 kbps
    Abtastrate 48000 Hz
    Standard Yes
    Erzwungen No
    Extern No

    New File:
    Code:
    Video
    Titel 1080p H264 SDR
    Codec H264
    Codec-Tag avc1
    AVC Yes
    Profil High
    Level 40
    Auflösung 1920x1080
    Seitenverhältnis 16:9
    Zeilensprungverfahren No
    Bildrate 23.976025
    Bitrate 1657 kbps
    Bit-Tiefe 8 bit
    Videobereich SDR
    Video range type SDR
    Farbraum bt709
    Farbübertragung bt709
    Primärfarben bt709
    Pixelformat yuv420p
    Referenz-Frames 1
    NAL 4

    Audio
    Titel AAC - Stereo - Default
    Sprache und
    Codec AAC
    Codec-Tag mp4a
    Profil HE-AACv2
    Darstellung stereo
    Kanäle 2 ch
    Bitrate 48 kbps
    Abtastrate 44100 Hz
    Standard Yes
    Erzwungen No
    Extern No
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-12-05, 09:48 PM
    Can you share your jellyfin and ffmpeg logs? Upload them to sourcebin and link back here.
    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]
    harexew
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:Germany
    #3
    2023-12-05, 09:58 PM
    (2023-12-05, 09:48 PM)TheDreadPirate Wrote: Can you share your jellyfin and ffmpeg logs?  Upload them to sourcebin and link back here.

    https://sourceb.in/kJbi4EMwIt

    The file it doesnt want to play is the line
    Code:
    [2023-12-05 22:35:44.771 +01:00] [INF] [17] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Roku" "1.6.6" playing "Change (Alpha Episode)". Stopped at "0" ms

    I was not able to find any ffmpeg logs on my machine.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2023-12-05, 10:13 PM
    Interesting. At one point it said it didn't support the codec level. Looking at the wiki for H264, level 30 (from the original file) is not appropriate for 1080p, so that may be the problem.
    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]
    harexew
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:Germany
    #5
    2023-12-05, 10:39 PM
    (2023-12-05, 10:13 PM)TheDreadPirate Wrote: Interesting.  At one point it said it didn't support the codec level.  Looking at the wiki for H264, level 30 (from the original file) is not appropriate for 1080p, so that may be the problem.

    Yeah it seems I will have to re encode a good chunk of my library, was hoping there was an easier fix.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2023-12-05, 10:40 PM
    Do you have a GPU to accelerate it?
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 3 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