Jellyfin Forum
Quicksync in docker - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Quicksync in docker (/t-quicksync-in-docker)



Quicksync in docker - Eric Mako - 2024-10-13

Hello, I use jellyfin in a docker container without a user so launched as root, because the PGID/PUID does not work

Code:
group_add:

      - "xxx"


Do I have to put these lines? Knowing that root has access to the devices in /dev/dri


RE: Quicksync in docker - TheDreadPirate - 2024-10-13

I don't think you do if you don't have a "user" line.

Code:
user: 1002:1002