• 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: Low Transcoding FPS with Intel A380

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    SOLVED: Low Transcoding FPS with Intel A380

    Less than 50 FPS while transcoding with Intel A380
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-07-04, 04:40 AM
    As always, you are correct. I missed that.
    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]
    container_ship
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    #12
    2024-07-04, 01:57 PM (This post was last modified: 2024-07-04, 02:06 PM by container_ship. Edited 1 time in total.)
    (2024-07-04, 02:50 AM)nyanmisaka Wrote: Hardware decoding is not enabled.

    What do you mean? Shouldn't that be enabled when HWA is on?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2024-07-04, 04:08 PM
    Simply enabling HWA does not enable hardware decoding.  There are separate check boxes for it.  Can you share screenshots of Dashboard > Playback?

    Here is mine for reference.

       
       
       
    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]
    container_ship
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    #14
    2024-07-04, 04:19 PM
    Hi, these are my settings


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2024-07-04, 05:59 PM
    Mimic my settings and see if that changes your transcode performance.
    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]
    container_ship
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    #16
    2024-07-04, 06:06 PM (This post was last modified: 2024-07-04, 06:07 PM by container_ship.)
    Well a new issue came up and I don't know if this is the right place to ask.
    Please tell me and I will create a new post.

    After running the Jellyfin Docker for a while, it crashed (no idea why) and wouldn't start again. The logs for the restart said that /dev/dri/renderD128 is missing.
    Well checking that and somehow the ARC GPU is now unclaimed in lshw -C display with no usable driver.

    This is the second time this happened. First I thought adding dg2_huc_gsc.bin was the problem but I guess not. A rollback to a snapshot before installing docker and jellyfin restores the gpu and it's drivers.

    (2024-07-04, 05:59 PM)TheDreadPirate Wrote: Mimic my settings and see if that changes your transcode performance.

    I did and it improved to about 70fps-80fps but then the other issue came up.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #17
    2024-07-04, 06:43 PM
    My main Jellyfin is directly installed on bare metal Ubuntu. But my test instances are running on docker and I've never experienced what you described. Are you passing in renderD128 explicitly or are you just passing in /dev/dri entirely? It SHOULDN'T matter but sometimes makes a difference for some users.
    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]
    container_ship
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    #18
    2024-07-04, 06:50 PM (This post was last modified: 2024-07-04, 06:51 PM by container_ship.)
    I'm passing in renderD128 explicitly.
    This is my compose file:
    Code:
    version: '3'
    services:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
        user: 1000:1000
        group_add:
          - "104" # Change this to match your "render" host group id
        ports:
          - 8096:8096
          - 8920:8920 #optional
          - 7359:7359/udp #optional
          - 1900:1900/udp #optional
        volumes:
          - /home/vm/jellyfin/config:/config
          - /home/vm/jellyfin/cache:/cache
          - /home/vm/jellyfin/media:/data/media:ro
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        restart: unless-stopped
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #19
    2024-07-04, 07:27 PM
    Try just passing in /dev/dri entirely. The Intel driver will automatically select the first available Intel device if you have more than one, but you only have one.
    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]
    container_ship
    Offline

    Junior Member

    Posts: 10
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    #20
    2024-07-05, 04:09 PM
    (2024-07-04, 07:27 PM)TheDreadPirate Wrote: Try just passing in /dev/dri entirely.  The Intel driver will automatically select the first available Intel device if you have more than one, but you only have one.

    I did. The System is still working after a couple of reboots, so I *think* this fixed it.
    Pages (2): « Previous 1 2

    « 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