2024-09-28, 03:02 AM
(2024-09-28, 02:02 AM)TheDreadPirate Wrote: You didn't pass in the GPU into the container.
Code:devices:
- /dev/dri/renderD128:/dev/dri/renderD128
Read this guide from our walk through sub-forum.
https://forum.jellyfin.org/t-guide-runni...er-compose
HAVING SAID THAT, your video is HDR and Intel no longer supports tone mapping on Synology NASes.
ok i left my code like this:
Code:
version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1026
- GUID=100
- TZ=America/Bogota
network_mode: host
volumes:
- /volume1/docker/jellyfin_update/config:/config:rw
- /volume1/docker/jellyfin_update/cache:/cache:rw
- /volume1/video/Series:/Series:rw
- /volume1/video/Peliculas:/Peliculas:rw
- /volume1/video/Intros:/Intros:rw
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
restart: unless-stopped
I will try playing a 4k movie again on my local network. Do you know what parameters I should enable in the Jellyfin configuration - playback - transcoding? It is not explained in the guide you sent me.