• 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: 4K HEVC on 1080P Roku

    Pages (3): « Previous 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: 4K HEVC on 1080P Roku

    4K HEVC on 1080P Roku
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-11-19, 02:36 PM
    It depends on how you have your transcoding configured. If you enabled HEVC encoding on the server, and allow HEVC on the client, it should prefer the most efficient codec available. My server transcodes to AV1 on all my clients that support 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]
    wenzelja
    Offline

    Member

    Posts: 70
    Threads: 11
    Joined: 2024 Nov
    Reputation: 1
    Country:United States
    #12
    2024-11-19, 04:17 PM
    (2024-11-19, 02:36 PM)TheDreadPirate Wrote: It depends on how you have your transcoding configured.  If you enabled HEVC encoding on the server, and allow HEVC on the client, it should prefer the most efficient codec available.  My server transcodes to AV1 on all my clients that support it.

    @TheDreadPirate
    Is there an easy way to share my settings config so you can analyze whether I have something checked or not checked vs. what should be set?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2024-11-19, 04:55 PM
    Screenshots of Dashboard > Playback > Transcoding.
    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]
    wenzelja
    Offline

    Member

    Posts: 70
    Threads: 11
    Joined: 2024 Nov
    Reputation: 1
    Country:United States
    #14
    2024-11-19, 05:54 PM
    (2024-11-19, 04:55 PM)TheDreadPirate Wrote: Screenshots of Dashboard > Playback > Transcoding.

    Will do.  May not be until tomorrow evening, but I'll get it to you.
    wenzelja
    Offline

    Member

    Posts: 70
    Threads: 11
    Joined: 2024 Nov
    Reputation: 1
    Country:United States
    #15
    2024-11-20, 11:14 PM (This post was last modified: 2024-11-20, 11:22 PM by wenzelja. Edited 1 time in total.)
    (2024-11-19, 04:55 PM)TheDreadPirate Wrote: Screenshots of Dashboard > Playback > Transcoding.
    @TheDreadPirate

    Transcoding settings page attached.

    I saw in the logs that Jellyfin is transcoding the DTSHD-MA audio to AAC stereo audio instead of just passing It through as I do have a soundbar capable of playing the audio. I think there was a recent thread where someone else had that issue but did not see a resolution to it.


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2024-11-20, 11:32 PM
    You did not enable HEVC encoding, "Allow encoding in HEVC format", so there's that. As for DTS passthrough, I can't find any specifics on what it can passthrough. Their docs just say "DTS". Usually they include WHICH DTS varieties they can passthrough. Nor does it specify if only certain models can.

    https://developer.roku.com/docs/specs/me...cations.md
    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]
    wenzelja
    Offline

    Member

    Posts: 70
    Threads: 11
    Joined: 2024 Nov
    Reputation: 1
    Country:United States
    #17
    2024-11-21, 12:45 AM (This post was last modified: 2024-11-21, 02:46 AM by wenzelja. Edited 2 times in total.)
    @TheDreadPirate

    I’ll enable the “Allow Encoding in HEVC format” and see how performance compares.

    UPDATE: Enabling HEVC encoding didn't improve performance.  See attached screenshot of Task Manager.  The GPU is is crunching through it, but I'm still getting a lot of freezing, buffering and even crashes back to the main screen.

    Here's the transcoding log:
    https://pastebin.com/8PM3XDRQ

    I was going to upload the latest server log, but Pastebin says there's offensive language or some sort and won't save the paste.  So attached a .txt file copy.

    P.S. I think I made the setting change, but I forgot to restart the server. I’ll have try again tomorrow sometime.


    Attached Files Thumbnail(s)
       

    .txt   log_20241120 - Copy.txt (Size: 171.22 KB / Downloads: 42)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2024-11-21, 03:45 PM
    In terms of transcoding, it is still transcoding faster than real time. ~100FPS. And it is outputting in 1080P H264. So the client is not requestint HEVC?

    The bit rate is a bit high, ~48Mbps, but that should NOT be a problem from a decoding perspective on the Roku.

    How far away is the Roku situated from your router? And is it connected to your 2.4Ghz network or 5Ghz network?
    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]
    wenzelja
    Offline

    Member

    Posts: 70
    Threads: 11
    Joined: 2024 Nov
    Reputation: 1
    Country:United States
    #19
    2024-11-21, 07:20 PM
    (2024-11-21, 03:45 PM)TheDreadPirate Wrote: In terms of transcoding, it is still transcoding faster than real time.  ~100FPS.  And it is outputting in 1080P H264.  So the client is not requestint HEVC?

    The bit rate is a bit high, ~48Mbps, but that should NOT be a problem from a decoding perspective on the Roku.

    How far away is the Roku situated from your router?  And is it connected to your 2.4Ghz network or 5Ghz network?

    @TheDreadPirate
    I'll check the client app settings again, but I thought I had HEVC set as enabled.

    Roku is in the next room within an open floorplan, so there should be good line-of-sight between the router and Roku.

    As for the 2.4/5.0GHz question, I will have to dive into the router to see what the Roku is connecting to, as I have "Smart Connect" enabled, so the router decides what gets on 5GHz and what sits on 2.4.
    wenzelja
    Offline

    Member

    Posts: 70
    Threads: 11
    Joined: 2024 Nov
    Reputation: 1
    Country:United States
    #20
    2024-11-22, 12:55 PM
    @TheDreadPirate
    The Roku is definitely sitting on the 2.4GHz band. I'll have to open a guest network on 5GHz to test and see if performance improves.
    Pages (3): « Previous 1 2 3 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