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 can speak at least for rootless podman, I spent some hours on it and different ways I tried all ended in permission issues.

I gave up on trying to do it properly and just set the permissions of the /dev/dri device to 666, so that my podman container can use the gpu for transcoding.

Part of the issue with the container images that I tried is that they create a new user with whatever uid:gid I pass to the container, and so even if my nonroot user is part of the render group, the new user inside the container is not and so it can’t write to the /dev/dri/renderD128 (gpu), and so transcode wouldn’t work.

That’s where I left the troubleshooting at cause it was being a headache

I recommend this: https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html#method-1-give-your-user-permissions-on-every-reboot with that and aösp read the tipp after that I was troubleshooting my permission issues.

This should apply to gpu too.

Zigbee2MQTT fails to start | Zigbee2MQTT

Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges

thx for sharing your experience with it
Just add your local user to the render group.