2024-04-29, 11:41 AM 
(This post was last modified: 2024-04-29, 02:22 PM by creylon. Edited 4 times in total.)
		
	
	
		Hi,
I am trying to run the unstable branch with hardware acceleration. I have an AMD GPU.
Here is my docker config:
When I run
I get the following error:
This error occurs as of unstable build 2024032505. With previous builds everything works fine. I run another jellyfin instance with stable branch and same configuration without issues.
Thanks
	  
	
	
I am trying to run the unstable branch with hardware acceleration. I have an AMD GPU.
Here is my docker config:
Code:
  jellyfin-beta:
    container_name: jellyfin-beta
    image: ghcr.io/jellyfin/jellyfin:unstable
    group_add:
      - "989" # render group
      - "986" # video group
      - "993" # input group
    dns:
      - 1.1.1.1
    volumes:
      - "./config.beta:/config"
      - "./cache.beta:/cache"
      - "./config.json:/jellyfin/jellyfin-web/config.json"
      - "/home/media:/media:ro"
    devices:
      # VAAPI Devices
      - /dev/dri/renderD129:/dev/dri/renderD128
      - /dev/dri/card1:/dev/dri/card0
    restart: alwaysWhen I run
Code:
docker exec -it jellyfin-beta /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128I get the following error:
Code:
Trying display: drm
Failed to a DRM display for the given deviceThis error occurs as of unstable build 2024032505. With previous builds everything works fine. I run another jellyfin instance with stable branch and same configuration without issues.
Thanks




