mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[10.8.0-alpha5] HWA VAAPI works, but QSV does not. #3524
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gylesie on GitHub (Jan 11, 2022).
Hello, after the HWA refactor I am having a problem with getting the QSV to work on my machine. The VAAPI works perfectly, though. It doesn't matter what movie I select (unless it doesn't require transcoding). After clicking play, the web player shows a spinner for a little while and shows an error popup soon after. I have deliberately chosen to test this on Firefox to force transcoding on H265 content.
Am I missing a driver or something? This is the output of
vainfoon my docker host machine:Media Info of the file
Logs
FFmpeg Logs
Client error popup:

Server System (please complete the following information):
docker-compose.yml:
Client System (please complete the following information):
@nyanmisaka commented on GitHub (Jan 12, 2022):
You must install
intel-media-va-driver-non-freeto enable QSV support.@Gylesie commented on GitHub (Jan 12, 2022):
It seems that it is already installed on my Ubuntu server docker host. This is what I got running:
apt install intel-media-va-driver-non-free:@Ge082 commented on GitHub (Jan 13, 2022):
I notice it also on alpha-5, some files refuses to play using QSV and VAAPI
using hwa branch it works flawless
@nyanmisaka commented on GitHub (Jan 13, 2022):
Install in side of the container.
@Ge082 commented on GitHub (Jan 13, 2022):
Just for info, are these versions ok ?
INTEL_LIBVA_VER="2.13.0+i643
u20.04"u20.04"INTEL_GMM_VER="21.3.3+i643
INTEL_iHD_VER="21.4.1+i643~u20.04"
@nyanmisaka commented on GitHub (Jan 13, 2022):
ok for jellyfin-ffmpeg 4.4.1-1
@Gylesie commented on GitHub (Jan 13, 2022):
I can confirm that it works after installing the package from within the container. Will be the
intel-media-va-driver-non-freepackage installed in the docker image after public release, or I will need to install it myself every time the container gets recreated?@nyanmisaka commented on GitHub (Jan 13, 2022):
We cannot ship non-free driver with our container due to incompatible license.
You can use the container from
linuxserver/jellyfinto get out of the box QSV support.