Hello everyone. I have installed Jellyfin on my DS920+ but I am unable to get transcoding to work.
I used this docker script:
docker run -d --name=jellyfin \
-v /volume1/docker/jellyfin/config:/config \
-v /volume1/docker/jellyfin/cache:/cache \
-v /volume1/MEDIA:/media \
--user 1026:100 \--net=host \
--restart=unless-stopped \
--device /dev/dri/renderD128:/dev/dri/renderD128 \
--device /dev/dri/card0:/dev/dri/card0 \
jellyfin/jellyfin:latest
I was told that it should work but doesn't because there is no /dev/dri directory on my system. Can anyone help with this issue?
I used this docker script:
docker run -d --name=jellyfin \
-v /volume1/docker/jellyfin/config:/config \
-v /volume1/docker/jellyfin/cache:/cache \
-v /volume1/MEDIA:/media \
--user 1026:100 \--net=host \
--restart=unless-stopped \
--device /dev/dri/renderD128:/dev/dri/renderD128 \
--device /dev/dri/card0:/dev/dri/card0 \
jellyfin/jellyfin:latest
I was told that it should work but doesn't because there is no /dev/dri directory on my system. Can anyone help with this issue?