2023-05-20 14:22:36 -04:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2023-05-17 17:01:31 -04:00
2019-05-30 20:35:20 +01:00
2023-04-20 05:33:37 -06:00

jellyfin-amd - Docker mod for Jellyfin

This mod adds the mesa libraries (v20.1+) needed for hardware encoding (VAAPI) on AMD GPUs to the Jellyfin Docker container (latest tag).

To enable, you need to add the 2 following entries:

  • Device mapping for /dev/dri and /dev/kfd
    • docker-compose:
          devices:
            - /dev/dri:/dev/dri
            - /dev/kfd:/dev/kfd
      
    • docker cli
      --device /dev/dri:/dev/dri
      --device /dev/kfd:/dev/kfd
      
  • Environment Variable: DOCKER_MODS=linuxserver/mods:jellyfin-amd
    • docker-compose:
          environment:
            - DOCKER_MODS=linuxserver/mods:jellyfin-amd
      
    • docker cli:
      -e DOCKER_MODS=linuxserver/mods:jellyfin-amd
      

If adding multiple mods, enter them in an array separated by |, such as DOCKER_MODS=linuxserver/mods:jellyfin-amd|linuxserver/mods:jellyfin-mod2

Settings in Jellyfin

Under server administration in Server > Playback the Hardware acceleration can be set to Video Acceleration API (VAAPI) and the VA API Device has to be set to the device given in the Docker configuration. For example /dev/dri/renderD128.

Description
No description provided
Readme GPL-3.0 6.5 MiB
Languages
Text 100%