how to set up jellyfin with podman and selinux and an intel gpu (a380) for transcoding?

https://lemmy.world/post/15511371

how to set up jellyfin with podman and selinux and an intel gpu (a380) for transcoding? - Lemmy.World

I try to follow the docs but somehow it doesn’t work as expected. How does your cpose file look and what to choose in the settins?

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).

Using files and devices in Podman rootless containers

Learn how challenges with accessing files and devices from within containers can be overcome.

Enable Sysadmin

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.

I think VAAPI is still how the gpu is accessed but you can use the intel libva driver (vaapi) or the intel media driver (QSV) (arch wiki page). If I’m interpreting this all correctly.
Hardware video acceleration - ArchWiki