2024-08-19, 07:42 PM
(This post was last modified: 2024-08-19, 07:50 PM by technut8. Edited 2 times in total.)
Hi here is what I have added to Docker Compose:
group_add:
- "105"
devices:
- /dev/dri/renderD128dev/dri/renderD128
I have ran some other commands which I can show outputs, it looks like the driver is installed:
docker exec -it d125fab04887 /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va
[AVHWDeviceContext ] Trying to use DRM render node for device 0.
[AVHWDeviceContext ] libva: VA-API version 1.22.0
[AVHWDeviceContext @ ] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ ] libva: Found init function __vaDriverInit_1_22
[AVHWDeviceContext @ ] libva: va_openDriver() returns 0
[AVHWDeviceContext @ ] Initialised VAAPI connection: version 1.22
[AVHWDeviceContext @ ] VAAPI driver: Intel iHD driver for Intel® Gen Graphics - 24.2.5 (12561f6).
[AVHWDeviceContext @ ] Driver not found in known nonstandard list, using standard behaviour.
[AVHWDeviceContext @ ] 0.0: Intel® OpenCL Graphics / Intel® UHD Graphics
[AVHWDeviceContext @ ] Intel QSV to OpenCL mapping function found (clCreateFromVA_APIMediaSurfaceINTEL).
[AVHWDeviceContext @ ] Intel QSV in OpenCL acquire function found (clEnqueueAcquireVA_APIMediaSurfacesINTEL).
[AVHWDeviceContext @ ] Intel QSV in OpenCL release function found (clEnqueueReleaseVA_APIMediaSurfacesINTEL).
Hyper fast Audio and Video encoder
Sometimes VAAPI seems to work other times it does not. QSV never works. I’ll also post outputs from UI.
group_add:
- "105"
devices:
- /dev/dri/renderD128dev/dri/renderD128
I have ran some other commands which I can show outputs, it looks like the driver is installed:
docker exec -it d125fab04887 /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va
[AVHWDeviceContext ] Trying to use DRM render node for device 0.
[AVHWDeviceContext ] libva: VA-API version 1.22.0
[AVHWDeviceContext @ ] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ ] libva: Found init function __vaDriverInit_1_22
[AVHWDeviceContext @ ] libva: va_openDriver() returns 0
[AVHWDeviceContext @ ] Initialised VAAPI connection: version 1.22
[AVHWDeviceContext @ ] VAAPI driver: Intel iHD driver for Intel® Gen Graphics - 24.2.5 (12561f6).
[AVHWDeviceContext @ ] Driver not found in known nonstandard list, using standard behaviour.
[AVHWDeviceContext @ ] 0.0: Intel® OpenCL Graphics / Intel® UHD Graphics
[AVHWDeviceContext @ ] Intel QSV to OpenCL mapping function found (clCreateFromVA_APIMediaSurfaceINTEL).
[AVHWDeviceContext @ ] Intel QSV in OpenCL acquire function found (clEnqueueAcquireVA_APIMediaSurfacesINTEL).
[AVHWDeviceContext @ ] Intel QSV in OpenCL release function found (clEnqueueReleaseVA_APIMediaSurfacesINTEL).
Hyper fast Audio and Video encoder
Sometimes VAAPI seems to work other times it does not. QSV never works. I’ll also post outputs from UI.