2025-06-06, 12:02 PM
Hi, I didn't say that it had anything to do with jellyfin or jellyfin-ffmpeg. I think it is a driver issue or Linux kernel issue, but looking for advice or others who may have the same problem.
As for @Re4mstr, I doubt that this is caused by a Jellyfin regression.
For me, I have read that documentation front-to-back tens of times already.
Here is the output for checking the supported QSV/VA-API codecs:
And when checking the OpenCL Runtime status (which freezes ffmpeg just like when Jellyfin tries to transcode a file):
As for @Re4mstr, I doubt that this is caused by a Jellyfin regression.
For me, I have read that documentation front-to-back tens of times already.
Here is the output for checking the supported QSV/VA-API codecs:
Code:
vainfo --display drm --device /dev/dri/renderD129
Code:
Trying display: drm
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib64/dri-nonfree/iHD_drv_video.so
libva info: Trying to open /usr/lib64/dri-freeworld/iHD_drv_video.so
libva info: Trying to open /usr/lib64/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 25.1.4 ()
vainfo: Supported profile and entrypoints
VAProfileNone : VAEntrypointVideoProc
VAProfileNone : VAEntrypointStats
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointEncSliceLP
VAProfileVP9Profile1 : VAEntrypointVLD
VAProfileVP9Profile1 : VAEntrypointEncSliceLP
VAProfileVP9Profile2 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointEncSliceLP
VAProfileVP9Profile3 : VAEntrypointVLD
VAProfileVP9Profile3 : VAEntrypointEncSliceLP
VAProfileAV1Profile0 : VAEntrypointEncSliceLP
And when checking the OpenCL Runtime status (which freezes ffmpeg just like when Jellyfin tries to transcode a file):
Code:
/opt/jellyfin/ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD129 -init_hw_device opencl@va
Code:
ffmpeg version 7.1.1-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers
built with gcc 15.1.0 (crosstool-NG 1.27.0.42_35c1e72)
configuration: --prefix=/ffbuild/prefix --pkg-config=pkg-config --pkg-config-flags=--static --cross-prefix=x86_64-ffbuild-linux-gnu- --arch=x86_64 --target-os=linux --extra-version=Jellyfin --extra-cflags= --extra-cxxflags= --extra-ldflags= --extra-ldexeflags=-pie --extra-libs=-ldl --enable-gpl --enable-version3 --disable-ffplay --disable-debug --disable-doc --disable-sdl2 --disable-libxcb --disable-xlib --enable-lto=auto --enable-iconv --enable-zlib --enable-libfreetype --enable-libfribidi --enable-gmp --enable-libxml2 --enable-openssl --enable-lzma --enable-fontconfig --enable-libharfbuzz --enable-libvorbis --enable-opencl --enable-amf --enable-chromaprint --enable-libdav1d --enable-libfdk-aac --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpl --enable-libvpx --enable-libwebp --enable-libopenmpt --enable-libsrt --enable-libsvtav1 --enable-libdrm --enable-vaapi --enable-vulkan --enable-libshaderc --enable-libplacebo --enable-libx264 --enable-libx265 --enable-libzimg --enable-libzvbi
libavutil 59. 39.100 / 59. 39.100
libavcodec 61. 19.101 / 61. 19.101
libavformat 61. 7.100 / 61. 7.100
libavdevice 61. 3.100 / 61. 3.100
libavfilter 10. 4.100 / 10. 4.100
libswscale 8. 3.100 / 8. 3.100
libswresample 5. 3.100 / 5. 3.100
libpostproc 58. 3.100 / 58. 3.100
[AVHWDeviceContext @ 0x55a82fc3f6c0] libva: VA-API version 1.22.0
[AVHWDeviceContext @ 0x55a82fc3f6c0] libva: Trying to open /usr/lib64/dri-nonfree/iHD_drv_video.so
[AVHWDeviceContext @ 0x55a82fc3f6c0] libva: Trying to open /usr/lib64/dri-freeworld/iHD_drv_video.so
[AVHWDeviceContext @ 0x55a82fc3f6c0] libva: Trying to open /usr/lib64/dri/iHD_drv_video.so
[AVHWDeviceContext @ 0x55a82fc3f6c0] libva: Found init function __vaDriverInit_1_22
[AVHWDeviceContext @ 0x55a82fc3f6c0] libva: va_openDriver() returns 0
[AVHWDeviceContext @ 0x55a82fc3f6c0] Initialised VAAPI connection: version 1.22
[AVHWDeviceContext @ 0x55a82fc3f6c0] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 25.1.4 ().
[AVHWDeviceContext @ 0x55a82fc3f6c0] Driver not found in known nonstandard list, using standard behaviour.