How Do You Install Open Broadcast Studio on Fedora Linux?

Problem scenario
You want to install a feature rich screen capture video software program that can record via a camera too. What do you do?

Solution
Prerequisite
Install snap: sudo dnf install snapd

sudo snap install obs-studio

# If you are using Fedora 32, run this command:
sudo dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-32.noarch.rpm

# If you are using a different version of Fedora, see this external page: http://download1.rpmfusion.org/free/fedora/

sudo dnf install obs-studio-libs
sudo dnf install qt5-qtsvg 

# Run these commands:
sudo find / -name librtmp.so.1
sudo ln -s <pathFoundAbove> /lib64/

Leave a comment

Your email address will not be published. Required fields are marked *