jellyfin

Jellyfin Docker

ACHTUNG: Jellyfin Nutzer MUSS natürlich auch das HW Beschleunigungsinterface nutzen dürfen!

chmod 777 /dev/dri/*

https://github.com/jellyfin/jellyfin/issues/8217

version: "2.1"
services:
  jellyfin:
    image: lscr.io/linuxserver/jellyfin
    container_name: jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
      - JELLYFIN_PublishedServerUrl=jellyfin
    volumes:
      - /docker/jellyfin/config:/config
      - /docker/jellyfin/data:/data
    ports:
      - 8096:8096
      - 8920:8920 #optional
      - 7359:7359/udp #optional
      - 1900:1900/udp #optional
    devices:
      - /dev/dri:/dev/dri #optional
    restart: unless-stopped

Jellyfin Bare hardware https://jellyfin.org/docs/general/administration/hardware-acceleration.html https://github.com/keylase/nvidia-patch https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new

Ordneraufbau: https://jellyfin.org/docs/general/server/media/movies.html

  • jellyfin.txt
  • Zuletzt geändert: 2022/12/27 20:15
  • von Fabian Horst