Sunday, August 16, 2015

Fedora 22 and Open Broadcaster Software (OBS) Installation

Hot and steamy! Straight from the Install-Instructions in the OBS WIKI. I guess it looks like no more compiling from source is needed (unless you just want to, of course).

Fedora 22 installation

FFmpeg is required. If you do not have the FFmpeg installed (if you're not sure, then you probably don't have it), you can get it from the rpmfusion repos with the following commands: 

sudo rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-22.noarch.rpm

Then you can install OBS with the following commands (This pulls all dependencies, including ffmpeg): 

sudo sudo rpm --import http://repo.tech-3.net/Fedora/TECH3-GPG-KEY.public 
sudo wget -O /etc/yum.repos.d/tech-3.repo http://repo.tech-3.net/Fedora/tech-3.repo 
sudo dnf update && sudo dnf install obs-studio