(2024-05-10, 11:46 AM)Fate Wrote: Which intel driver packages do you have installed on your host?
Intel A330 is relatively new.... maybe not well supported on the old versions.
I also noticed your ffmpeg is old(5.1.1), but that could be normal for the docker stuff. Sorry not that familiar with docker/k8
The container has all the drivers installed, iHD, which I understand is the right driver for the ARC cards is included.
(2024-05-10, 12:56 PM)TheDreadPirate Wrote: The official Jellyfin docker image has ALL of the user space Intel drivers needs for Quick Sync.
What Linux distro and kernel are you running? And how did you pass in your renderD devices?
It's a k3s installed on Debian 12, on which I installed the backported kernel 6.6.13+bpo-amd64. The devices are passed in by setting the container to privileged, which gives it access to the devices on the host OS.
Host OS:
Code:
root@payne:/etc/sysctl.d# ls -la /dev/dri/
total 0
drwxr-xr-x 3 root root 140 May 10 08:38 .
drwxr-xr-x 19 root root 4040 May 10 08:38 ..
drwxr-xr-x 2 root root 120 May 10 08:38 by-path
crw-rw---- 1 root video 226, 0 May 10 08:38 card0
crw-rw---- 1 root video 226, 1 May 10 08:38 card1
crw-rw---- 1 root render 226, 128 May 10 08:38 renderD128
crw-rw---- 1 root render 226, 129 May 10 08:38 renderD129
Container:
Code:
root@jellyfin-0:/# ls -la /dev/dri/
total 0
drwxr-xr-x 2 root root 120 May 10 08:58 .
drwxr-xr-x 14 root root 3860 May 10 08:58 ..
crw-rw---- 1 root video 226, 0 May 10 08:58 card0
crw-rw---- 1 root video 226, 1 May 10 08:58 card1
crw-rw---- 1 root 105 226, 128 May 10 08:58 renderD128
crw-rw---- 1 root 105 226, 129 May 10 08:58 renderD129