Guys I have /dev/dri showing up fine on boot, and it also shows up in the jellyfin docker which I configured to enable HW transcoding... however, I cannot get the HW transcode to work... Did you make it work with Jellyfin, or are you using some other tool?
Uraid 6.9.0 beta - go file:
#!/bin/bash
# Start the Management Utility
modprobe i915
chmod -R 777 /dev/dri
chown -R nobody:users /dev/dri
/usr/local/sbin/emhttp &
Inside the jellyfin docker:
root@e561ea4f8fc0:/# ls -la /dev/dri
total 0
drwxr-xr-x 2 root root 80 Nov 1 20:38 .
drwxr-xr-x 6 root root 360 Nov 1 20:38 ..
crw-rw---- 1 root 18 226, 0 Nov 1 20:38 card0
crwxrwxrwx 1 99 users 226, 128 Nov 1 20:38 renderD12
Error I get in jellyfin:
[AVHWDeviceContext @ 0x55b0757b6300] libva: /usr/lib/jellyfin-ffmpeg/lib/dri/i965_drv_video.so init failed
[AVHWDeviceContext @ 0x55b0757b6300] Failed to initialise VAAPI connection: -1 (unknown libva error).
Device creation failed: -5.
Failed to set value '/dev/dri/renderD128' for option 'vaapi_device': Input/output error
Error parsing global options: Input/output error
Any hints please?