2025-04-06, 11:35 PM
Ok, thank you so much! I added this line, it took me a minute to realize I had to add the "devices:" part!
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=568
- PGID=568
- TZ=America/New_York
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
devices:
- /dev/dri
dev/dri
volumes:
- ./configs/jellyfin
config
- ${MEDIA_PATH}
media
ports:
- 8096:8096
restart: unless-stopped
And after forcing a transcode on my laptop browser (Brave) player by lowering quality, it is working! Intel_gpu_top shows the following:
https://drive.google.com/file/d/1u9FTn1t...sp=sharing
Thank you SO much for your help, you are a legend. Hopefully this helps someone in the future. Have a great day
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=568
- PGID=568
- TZ=America/New_York
- DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
devices:
- /dev/dri

volumes:
- ./configs/jellyfin

- ${MEDIA_PATH}

ports:
- 8096:8096
restart: unless-stopped
And after forcing a transcode on my laptop browser (Brave) player by lowering quality, it is working! Intel_gpu_top shows the following:
https://drive.google.com/file/d/1u9FTn1t...sp=sharing
Thank you SO much for your help, you are a legend. Hopefully this helps someone in the future. Have a great day
