2024-09-13, 02:08 AM
This looks like you haven't properly passed the GPU into the container.
What is the output of these commands when you run them in the container?
If the output indicates it can't access the GPU, read the guide I linked in my prior post.
What is the output of these commands when you run them in the container?
Code:
sudo /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128
sudo /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
If the output indicates it can't access the GPU, read the guide I linked in my prior post.