• 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 Transcoding not working on docker with QSV

     
    • 0 Vote(s) - 0 Average

    Transcoding not working on docker with QSV

    34626
    Offline

    Member

    Posts: 186
    Threads: 36
    Joined: 2023 Jul
    Reputation: 0
    Country:Denmark
    #7
    2025-03-05, 04:00 PM (This post was last modified: 2025-03-05, 04:01 PM by 34626. Edited 1 time in total.)
    Please try this, do backup your current docker-compose.ymlfile

    One error you may occur with the text below is missing spave in the beginning, but else it should work, i use the added functions with Debian 12.9 with QSV which works. Be also aware that i have edited in the path to config and cache, should also work

    services:
    jellyfin:
    image: jellyfin/jellyfin:latest # 10.10.6 (current)
    container_name: jellyfin
    network_mode: 'host'
    group_add:
      - "105" # Run in terminal to verify the number: "getent group render | cut -d: -f3"
    volumes:
    - ./config: /config
    - ./cache: /cache
    - /share/Multimedia: /media
        devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
      - /dev/dri/card0:/dev/dri/card0
    restart: 'unless-stopped'
    Debian 12 | Jellyfin 10.10.7 docker | Intel N5105 | RAM 32 GB | 26 TB storage
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Transcoding not working on docker with QSV - by kaeru - 2025-02-27, 12:50 AM
    RE: Transcoding not working on docker with QSV - by TheDreadPirate - 2025-02-27, 01:33 PM
    RE: Transcoding not working on docker with QSV - by kaeru - 2025-03-04, 05:37 PM
    RE: Transcoding not working on docker with QSV - by TheDreadPirate - 2025-03-04, 06:32 PM
    RE: Transcoding not working on docker with QSV - by 34626 - 2025-03-04, 06:19 PM
    RE: Transcoding not working on docker with QSV - by kaeru - 2025-03-05, 12:45 PM
    RE: Transcoding not working on docker with QSV - by 34626 - 2025-03-05, 04:00 PM
    RE: Transcoding not working on docker with QSV - by TheDreadPirate - 2025-03-05, 05:01 PM
    RE: Transcoding not working on docker with QSV - by pxr5 - 2025-03-07, 07:21 PM
    RE: Transcoding not working on docker with QSV - by TheDreadPirate - 2025-03-07, 07:29 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