2024-07-26, 02:22 PM
(This post was last modified: 2024-07-26, 02:46 PM by ghiamar. Edited 2 times in total.
Edit Reason: updated devices config in docker compose
)
Just to mention that I've enabled HW accel with this guide https://elblogdelazaro.org/posts/2020-04...-jellyfin/ and this reddit thread https://www.reddit.com/r/jellyfin/commen..._is_being/ resulting in this docker compose file and attached JF transcoding config (see attachment):
Code:
services:
jellyfin:
image: 'jellyfin/jellyfin:10.9.8'
container_name: jellyfin
restart: always
volumes:
- /XXXX/XXXX/jellyfin/config:/config
- /XXXX/XXXX/jellyfin/config/web-config.json:/jellyfin/jellyfin-web/config.json
- /XXXX/XXXX/jellyfin/cache:/cache
- type: bind
source: /XXXX/XXXX/jellyfin/media
target: /media
# user: 0:0
network_mode: 'host'
# Optional - alternative address used for autodiscovery
environment:
- JELLYFIN_PublishedServerUrl=https://XXXXXXX.XXXXXXXX.com
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
extra_hosts:
- 'host.docker.internal:host-gateway'
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
Jellyfin Server 10.9.8 (Docker)
Ubuntu 22.04 LTS
Intel Core i5-8500T (6 cores, 6 threads)
16GB (2x8GB) SODIMM DDR4-2667
Intel UHD Graphics 630
OS drive
Samsung SSD 840 120GB
Storage
2x TeamGroup 2TB nvme (software raid1 mdadm)
Ubuntu 22.04 LTS
Intel Core i5-8500T (6 cores, 6 threads)
16GB (2x8GB) SODIMM DDR4-2667
Intel UHD Graphics 630
OS drive
Samsung SSD 840 120GB
Storage
2x TeamGroup 2TB nvme (software raid1 mdadm)