As the title says, if I open OBS as root, I can record windows and monitors with pipewire, but as my regular user I cannot.
I thought it might be an issue with my groups and added myself into the Video group, but that didn’t help either.
As the title says, if I open OBS as root, I can record windows and monitors with pipewire, but as my regular user I cannot.
I thought it might be an issue with my groups and added myself into the Video group, but that didn’t help either.
Not sure but I wonder if this might be due to ownership issues in your home directory.
Check if everything under home belongs to your user:
find $HOME ! -user $USER
If that is the case, the command shouldn’t output anything.
Nothing is returned.
Figured it out. You need to have xdg-desktop-portal-gnome
installed.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.