• 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 General Questions Docker run setup not using hardware transcode

     
    • 0 Vote(s) - 0 Average

    Docker run setup not using hardware transcode

    sk1036
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2024 Oct
    Reputation: 0
    Country:United Kingdom
    #1
    2025-05-05, 04:35 AM
    Hello fellow fins of jelly!

    I have previously had jellyfin running on ubuntu for a while with hardware transcoding working.

    I have recently moved over to a docker container setup, this is mostly working except for hardware transcode.

    I'm almost certainly missing something daft.

    I have passed my /dev/dri path as a device.

    If I docker bash into the container /dev/dri shows entries for a card1 & renderD128 device.

    I've tried flip flopping between QSV/VAAPI and leaving blank the render device or explicitly naming /dev/dri/renderD128.

    But my CPUs all hit the rafters when I transcode.

    I'm not seeing much in the way of logs, perhaps I'm missing something but essentially the software transcode is working so I guess nothing much to report.

    I'm not using compose, I run the following to create the container:

    docker run -d \
      --name jellyfin \
      --user 1000:1000 \
      --device /dev/dri \
      --group-add video \
      -v /my/configConfused-faceconfig \
      -v /my/mediaConfused-facemedia \
      -p 8096:8096 \
      jellyfin/jellyfin:latest

    Any pointers appreciated!
    bitmap
    Offline

    Community Moderator

    Posts: 766
    Threads: 9
    Joined: 2023 Jul
    Reputation: 24
    #2
    2025-05-06, 08:32 PM
    Could you provide your hardware specs? A good way to ensure you're mapping the correct hardware is specificity. In general, the iGPU is /dev/dri/renderD128, which would make the device part of your run command:

    Code:
    --device /dev/dri/renderD128:/dev/dri/renderD128

    Also, try:
    Code:
    docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/vainfo

    Follow the instructions here and see if you missed anything: https://jellyfin.org/docs/general/post-i...ualization
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    « 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