Hi everyone,
I have been trying to get hardware acceleration/encoding working with my Jellyfin server. The tutorials I was folling were using the now depreciated Jellyfin app from ich777. However, since I now have to use the official one, im having a hard time seting it up correctly.
I am following this https://jellyfin.org/docs/general/administration/hardware-acceleration/#hardware-acceleration-on-docker-linux.
Notibly I set the extra parameters to include:
"
--group-add:18 (group number is 18 on my device)
--device /dev/dri/renderD128:/dev/dri/renderD128 \
--device /dev/dri/card0:/dev/dri/card0 \
"
However it keeps telling me the command fails. Anyone got any ideas? Am I missing some steps? Sorry, first time using unraid and docker.