how to set up jellyfin with podman and selinux and an intel gpu (a380) for transcoding?
how to set up jellyfin with podman and selinux and an intel gpu (a380) for transcoding?
I believe you want to use QSV (VAAPI is there for older processors IIRC).
For running as rootless, you could try adding group-add keep-groups (an explanation from Redhat about keep-groups).
VAAPI is the “standard” interface for hardware en-/decoding on Linux. It should work with any GPU using the open source drivers and mesa.
I don’t know how QSV can be installed; AMF, the AMD equivalent, is limited to their proprietary driver.