• 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: H265 qsv linux not working

     
    • 0 Vote(s) - 0 Average

    SOLVED: H265 qsv linux not working

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 462
    Country:United States
    #8
    2024-10-07, 07:20 PM
    Almost certainly. You have to both pass in the device and pass in the render group ID.

    https://jellyfin.org/docs/general/admini...ualization

    My docker compose for reference.

    Code:
    jellyfin-prod:
        image: jellyfin/jellyfin:10.9.11
        container_name: jellyfin-prod
        user: 1002:1002
        group_add:
          - "993" # Intel render group
        networks:
          blackmoon:
            ipv4_address: 172.16.100.10
        expose:
          - 8096
        volumes:
          - ./jellyfin-prod-data/config:/config
          - ./jellyfin-prod-data/cache:/cache
          - /media/library:/media/library
          - /media/ramdisk:/media/ramdisk
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        environment:
          - TZ=America/New_York
        restart: unless-stopped
    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: 1 Guest(s)


    Messages In This Thread
    H265 qsv linux not working - by K4YN5 - 2024-10-07, 11:42 AM
    RE: H265 qsv linux not working - by TheDreadPirate - 2024-10-07, 12:31 PM
    RE: H265 qsv linux not working - by K4YN5 - 2024-10-07, 01:38 PM
    RE: H265 qsv linux not working - by TheDreadPirate - 2024-10-07, 02:29 PM
    RE: H265 qsv linux not working - by K4YN5 - 2024-10-07, 02:45 PM
    RE: H265 qsv linux not working - by TheDreadPirate - 2024-10-07, 03:43 PM
    RE: H265 qsv linux not working - by K4YN5 - 2024-10-07, 07:07 PM
    RE: H265 qsv linux not working - by TheDreadPirate - 2024-10-07, 07:20 PM
    RE: H265 qsv linux not working - by K4YN5 - 2024-10-07, 07:58 PM

    • 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