-
Notifications
You must be signed in to change notification settings - Fork 2
OGOS Wiki
debiangamer edited this page May 29, 2021
·
3 revisions
Recording Gaming with OBS Studio.
Install the flathub beta version to have latest features and it works with pipewire out of box:
sudo apt install flatpak
flatpak remote-add --user flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install --user flathub-beta com.obsproject.Studio
Logout and login to have OBS studio available in the Applications/Multimedia menu.
Solving Problems in Sound
Check that pipewire services are running:
systemctl --user status pipewire pipewire-pulse
If not, enable and start with:
systemctl --user --now enable pipewire pipewire-pulse
Choose Applications/Multimedia/PulseAudio Volume Control to manage your audio. You can install the xfce4-pulseaudio-plugin package for a systray volume control.