2025-01-13, 06:30 PM
Thanks for your feedback.
Indeed I had two files in this directory. So I modified my compose with
The first command to check Check the QSV and VA-API codecs is now ok but I have an error for the second one on penCL runtime status...
[AVHWDeviceContext @ 0x5623012f3640] libva: /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so init failed
Any leads? I admit I'm new to linux
Indeed I had two files in this directory. So I modified my compose with
Code:
devices:
- /dev/dri/renderD129:/dev/dri/renderD129
The first command to check Check the QSV and VA-API codecs is now ok but I have an error for the second one on penCL runtime status...
[AVHWDeviceContext @ 0x5623012f3640] libva: /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so init failed
Any leads? I admit I'm new to linux
Code:
johndoesama@johndoesama-X555LN:~$ docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va -init_hw_device opencl@va
ffmpeg version 7.0.2-Jellyfin Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 59. 8.100 / 59. 8.100
libavcodec 61. 3.100 / 61. 3.100
libavformat 61. 1.100 / 61. 1.100
libavdevice 61. 1.100 / 61. 1.100
libavfilter 10. 1.100 / 10. 1.100
libswscale 8. 1.100 / 8. 1.100
libswresample 5. 1.100 / 5. 1.100
libpostproc 58. 1.100 / 58. 1.100
[AVHWDeviceContext @ 0x5623012f3640] No render device /dev/dri/renderD128, try next device for DRM render node.
[AVHWDeviceContext @ 0x5623012f3640] Trying to use DRM render node for device 1.
[AVHWDeviceContext @ 0x5623012f3640] libva: VA-API version 1.22.0
[AVHWDeviceContext @ 0x5623012f3640] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ 0x5623012f3640] libva: Found init function __vaDriverInit_1_22
[AVHWDeviceContext @ 0x5623012f3640] libva: /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so init failed
[AVHWDeviceContext @ 0x5623012f3640] libva: va_openDriver() returns 1
[AVHWDeviceContext @ 0x5623012f3640] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/i965_drv_video.so
[AVHWDeviceContext @ 0x5623012f3640] libva: Found init function __vaDriverInit_1_22
[AVHWDeviceContext @ 0x5623012f3640] libva: va_openDriver() returns 0
[AVHWDeviceContext @ 0x5623012f3640] Initialised VAAPI connection: version 1.22
[AVHWDeviceContext @ 0x5623012f3640] VAAPI driver: Intel i965 driver for Intel(R) Haswell Mobile - 2.4.0.pre1 ().
[AVHWDeviceContext @ 0x5623012f3640] Driver not found in known nonstandard list, using standard behaviour.
[AVHWDeviceContext @ 0x56230132f380] Failed to get number of OpenCL platforms: -1001.
Device creation failed: -19.
Failed to set value 'opencl@va' for option 'init_hw_device': No such device
Error parsing global options: No such device