Is there an existing issue for this?
Current Behavior
Hello, on latest release as of January 11, 2026 come on X86 I had to manually
apt-get install -y intel-opencl-icd
to be able to successfully run the command from the official documentation
root@4aa512a952eb:/# /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
Can you please add this backpack?
Thank you
Expected Behavior
root@4aa512a952eb:/# /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
ffmpeg version 7.1.3-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers
built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --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. 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 @ 0x5614103375c0] libva: VA-API version 1.22.0
[AVHWDeviceContext @ 0x5614103375c0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ 0x5614103375c0] libva: Found init function __vaDriverInit_1_22
[AVHWDeviceContext @ 0x5614103375c0] libva: va_openDriver() returns 0
[AVHWDeviceContext @ 0x5614103375c0] Initialised VAAPI connection: version 1.22
[AVHWDeviceContext @ 0x5614103375c0] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 25.4.4 (1eca03c).
[AVHWDeviceContext @ 0x5614103375c0] Driver not found in known nonstandard list, using standard behaviour.
[AVHWDeviceContext @ 0x561410370bc0] 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 dev
Steps To Reproduce
Eye the docker compose example, with other device for /dev/dri
Environment
Where is latest alpine X86
Docker compose from the example in the readme plus device for dri
CPU architecture
x86-64
Docker creation
Docker compose up -dnjellyfin
Container logs
Is there an existing issue for this?
Current Behavior
Hello, on latest release as of January 11, 2026 come on X86 I had to manually
apt-get install -y intel-opencl-icd
to be able to successfully run the command from the official documentation
root@4aa512a952eb:/# /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
Can you please add this backpack?
Thank you
Expected Behavior
root@4aa512a952eb:/# /usr/lib/jellyfin-ffmpeg/ffmpeg -v verbose -init_hw_device vaapi=va:/dev/dri/renderD128 -init_hw_device opencl@va
ffmpeg version 7.1.3-Jellyfin Copyright (c) 2000-2025 the FFmpeg developers
built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --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. 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 @ 0x5614103375c0] libva: VA-API version 1.22.0
[AVHWDeviceContext @ 0x5614103375c0] libva: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
[AVHWDeviceContext @ 0x5614103375c0] libva: Found init function __vaDriverInit_1_22
[AVHWDeviceContext @ 0x5614103375c0] libva: va_openDriver() returns 0
[AVHWDeviceContext @ 0x5614103375c0] Initialised VAAPI connection: version 1.22
[AVHWDeviceContext @ 0x5614103375c0] VAAPI driver: Intel iHD driver for Intel(R) Gen Graphics - 25.4.4 (1eca03c).
[AVHWDeviceContext @ 0x5614103375c0] Driver not found in known nonstandard list, using standard behaviour.
[AVHWDeviceContext @ 0x561410370bc0] 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 dev
Steps To Reproduce
Eye the docker compose example, with other device for /dev/dri
Environment
CPU architecture
x86-64
Docker creation
Container logs