• 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 Jellyfin in Podman hw accelaration ot working after systemd start

     
    • 0 Vote(s) - 0 Average

    Jellyfin in Podman hw accelaration ot working after systemd start

    Damncold
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    #1
    2023-10-09, 08:32 PM
    Hi folks,

    dont know if im right here or some1 can help me.
    I installed jellyfin via podman on a debian vm.

    aftter some struggle i managed to get hw accelaration of my i5 6500 working.
    But only when i start it via podman run:

    podman run -d \
    --label "io.containers.autoupdate=registry" \
    --name jellyfin \
    --publish 8096:8096/tcp \
    -p 7359:7359/udp #optional - server discovery on local network \
    -p 1900:1900/udp #optional - dlna server discovery on local network \
    -e JELLYFIN_PublishedServerUrl=10.3.100.5 #optional - autodiscovery response domain \
    -e TZ=Europe/Berlin \
    --user $(id -u):$(id -g) \
    --userns keep-id \
    --group-add keep-groups \
    --device=/dev/dri/:/dev/dri/ \
    --volume /home/marco/docker/appdata/jellyfin/cache:/cache \
    --volume /home/marco/docker/appdata/jellyfin/config:/config \
    --mount type=bind,source=/mnt/nvme/jellyfin/Serien,destination=/media/shows,ro=false,relabel=private \
    --mount type=bind,source=/mnt/nvme/jellyfin/Filme,destination=/media/movies,ro=false,relabel=private \
    docker.io/jellyfin/jellyfin:latest

    as soon as i try to start it with the podman generated systemd file
    i get the playback error, that my client isnt compatible ...

    anyone here who can help me with this? :>
    Damncold
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    #2
    2023-10-11, 06:58 PM (This post was last modified: 2023-10-11, 06:58 PM by Damncold. Edited 1 time in total.)
    btw. this is the error in the jellyfin log:
    Code:
    [AVHWDeviceContext @ 0x562b9b05b940] No VA display found for device /dev/dri/renderD128.
    Device creation failed: -22.
    Failed to set value 'vaapi=va:/dev/dri/renderD128' for option 'init_hw_device': Invalid argument
    Error parsing global options: Invalid argument
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2023-10-11, 07:03 PM
    Sounds like the container doesn't have access or permissions to QSV.
    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]
    Damncold
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Oct
    Reputation: 0
    #4
    2023-10-12, 07:49 AM
    sounds like this,
    but its working when i start it via podman run ..
    only when started with systemd /systemctl --user start .. its not working ..
    « 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