Jellyfin Transcoding: Configuration Steps & Benefits
… Using Jellyfin on a Synology NAS as an example, the two device lines below are what pass the iGPU to Jellyfin. version: '3.5' services: jellyfin: image: jellyfin/jellyfin container name: jellyfin network mode: 'host' volumes: - /config:/config - /cache:/cache - /Media:/Media restart: 'unless-stoppe… …