2025-06-02, 08:11 PM
(This post was last modified: 2025-06-03, 06:38 PM by AlexDausF. Edited 2 times in total.)
Hi,
here is the run command:
docker run -d
--name jellyfin
--user 1000:1000
--group-add="105"
--net=host
--volume /home/alex/jellyfin/config: /config
--volume /home/alex/jellyfin/cache: /cache
--mount type=bind,source=/export/Filme,target=/media/filme
--mount type=bind,source=/export/Musik2,target=/media/musik
--mount type=bind,source=/export/Serien,target=/media/serien
--restart=unless-stopped
--device /dev/dri/renderD128: /dev/dri/renderD128
jellyfin/jellyfin
Here I have included my encoding.xml
https://pastebin.com/2YSPvdZp
Hope that helps. But there is no problem rendering. It just not seems to show in intel_gpu_top although it is much less CPU since I tried this run command.
Thanks for your help!
Alex
here is the run command:
docker run -d
--name jellyfin
--user 1000:1000
--group-add="105"
--net=host
--volume /home/alex/jellyfin/config: /config
--volume /home/alex/jellyfin/cache: /cache
--mount type=bind,source=/export/Filme,target=/media/filme
--mount type=bind,source=/export/Musik2,target=/media/musik
--mount type=bind,source=/export/Serien,target=/media/serien
--restart=unless-stopped
--device /dev/dri/renderD128: /dev/dri/renderD128
jellyfin/jellyfin
Here I have included my encoding.xml
https://pastebin.com/2YSPvdZp
Hope that helps. But there is no problem rendering. It just not seems to show in intel_gpu_top although it is much less CPU since I tried this run command.
Thanks for your help!
Alex