2025-09-22, 07:09 PM
(This post was last modified: 2025-09-22, 07:29 PM by LazarusLong. Edited 1 time in total.)
I have Emby running in a Docker container and hardware transcoding using Intel Quick Sync without issues.
Trying to do the same with Jellyfin and can't seem to get it to work.
In Emby, I'm just using this line in my Docker Compose file:
devices:
# Optional: For hardware transcoding (e.g., Intel Quick Sync)
- /dev/dri
dev/dri
Trying to do the same with JF and can't seem to get it to work (although maybe there's a setting in JF I'm missing as well)?
When running ls /dev/dri, these are the results:
by-path card1 renderD128
Any help would be appreciated!
Trying to do the same with Jellyfin and can't seem to get it to work.
In Emby, I'm just using this line in my Docker Compose file:
devices:
# Optional: For hardware transcoding (e.g., Intel Quick Sync)
- /dev/dri

Trying to do the same with JF and can't seem to get it to work (although maybe there's a setting in JF I'm missing as well)?
When running ls /dev/dri, these are the results:
by-path card1 renderD128
Any help would be appreciated!