• 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 SOLVED: Playback error on 10-bit h264

    Pages (4): 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Playback error on 10-bit h264

    duckrental
    Offline

    Junior Member

    Posts: 30
    Threads: 4
    Joined: 2023 Jun
    Reputation: 0
    #1
    2024-01-19, 03:33 PM (This post was last modified: 2024-01-21, 03:27 AM by duckrental. Edited 1 time in total.)
    When I attempt to watch certain videos encoded as 10-bit h264 via a Roku (client version 2.0.2, issue occurs on multiple devices), I get a playback error. Since no ffmpeg log is being created, I'm pretty sure that it's incorrectly trying to direct-play the file, and failing because Roku doesn't support 10-bit h264. How can I fix this?

    Server is version 10.8.13, running on Ubuntu, installed from the official repositories.

    Relevant portion of the Jellyfin logs: https://pastebin.com/zdiNwS3k

    MediaInfo of affected file: https://pastebin.com/VrimYQ2x
    And of another: https://pastebin.com/ZvnbbdP1
    And of one that is NOT affected, and works fine: https://pastebin.com/hCCG00DZ
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-01-19, 05:53 PM
    Can you share screenshots of Dashboard > Playback? And what are your server specs?
    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]
    duckrental
    Offline

    Junior Member

    Posts: 30
    Threads: 4
    Joined: 2023 Jun
    Reputation: 0
    #3
    2024-01-19, 06:04 PM
    Screenshots attached. The server is an i5-3330 with 8 GB of RAM.


    Attached Files Thumbnail(s)
                   
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #4
    2024-01-19, 06:15 PM
    fwiw roku did determine transcoding was needed
    "PlayMethod=Transcode, TranscodeReason=VideoProfileNotSupported, VideoBitDepthNotSupported"

    the missing portions of the log may indicate why that transcode did not happen or what it was transcoded to
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-01-19, 06:20 PM
    You should be able to use VAAPI for hardware acceleration. Not sure if that will make a difference.
    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]
    duckrental
    Offline

    Junior Member

    Posts: 30
    Threads: 4
    Joined: 2023 Jun
    Reputation: 0
    #6
    2024-01-19, 06:58 PM
    (2024-01-19, 06:15 PM)tmsrxzar Wrote: fwiw roku did determine transcoding was needed
    "PlayMethod=Transcode, TranscodeReason=VideoProfileNotSupported, VideoBitDepthNotSupported"

    the missing portions of the log may indicate why that transcode did not happen or what it was transcoded to

    I don't see anything, but here's the full log file just in case: https://sourceb.in/BA9PKU1DFb

    A failed playback starts at 10:19 at line 146; a successful playback starts at 10:15, at line 110.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-01-19, 07:23 PM
    Have you tried setting up VAAPI hardware acceleration?
    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]
    duckrental
    Offline

    Junior Member

    Posts: 30
    Threads: 4
    Joined: 2023 Jun
    Reputation: 0
    #8
    2024-01-19, 08:19 PM
    (2024-01-19, 07:23 PM)TheDreadPirate Wrote: Have you tried setting up VAAPI hardware acceleration?

    I have tried and have been unable to complete the instructions at https://jellyfin.org/docs/general/admini...tion/intel

    Step 8 of configuration, checking the OpenCL runtime status, fails with "Failed to set value 'opencl@va' for option 'init_hw_device': No such device"
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-01-19, 08:59 PM
    openCL is not going to be available on your iGPU. But that is only important for HDR tone mapping, which your iGPU can't do anyway. But it should still be able to do plain transcoding with VAAPI if all the prior steps were ok.
    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]
    duckrental
    Offline

    Junior Member

    Posts: 30
    Threads: 4
    Joined: 2023 Jun
    Reputation: 0
    #10
    2024-01-19, 09:25 PM
    Okay, skipping the OpenCL parts, I have hardware transcoding running, but the issue remains.
    Pages (4): 1 2 3 4 Next »

    « 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