Comment on [HELP] Podman, Peertube, AMD VAAPI
shaun@lemmy.world 1 week ago
Are you using rooted or rootless podman? I’m running rootless and am quite sure I needed to add my local user to the video group. I’m out and about, but can investigate later if you want. Otherwise you seem on the right track
Nico_198X@europe.pub 1 week ago
the container is rootful.
any help is appreciated as i’m at a wall. :/
shaun@lemmy.world 1 day ago
I’m using rootless podman, not sure if that will make a big difference.
Add the user running the containers to the video using the following command:
sudo usermod -a -G video [username]
Then I have this in my quadlet for the containers that need HW acceleration. As I understand it, keep-groups means the user rights to use video resources will be passed from the OS into the container.
I don’t think I have anything else relevant in my set up. Hope it helps!
Nico_198X@europe.pub 1 day ago
thank you, i will try!
what GPU are you using, btw?
shaun@lemmy.world 1 day ago
Hope you have some success 🙂 Mine isn’t discrete, I just have an AMD Ryzen 7 4700U and I’m running off the integrated Vega graphics.