feat: enable hardware encoding

This commit is contained in:
2025-12-21 01:46:44 +00:00
parent ed79177458
commit 69ac3adea8

View File

@@ -4,6 +4,11 @@ services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card1:/dev/dri/card1
group_add:
- "992" # Replace this with your host's 'render' group ID
environment:
- PUID=1000
- PGID=1000