Skip to content

Broadcasting With Obs

Kristiyan Katsarov edited this page Jun 10, 2020 · 15 revisions

Broadcasting/Recording with OBS Studio

OBS Studio is free and open source software for video recording and live streaming, available on Windows, Linux and Mac.

Download and install OBS Studio

Official download page

Installing on Windows

The Windows release of OBS Studio supports Windows 8, 8.1 and 10. The installation is done via the usuall windows installer.

Installing on Linux

The Linux release is available officially for Ubuntu 18.04 and newer. FFmpeg is required.

`sudo apt install ffmpeg`

After installing FFmpeg, install OBS Studio using:

``` sudo add-apt-repository ppa:obsproject/obs-studio sudo apt install obs-studio ```

You can find more information about building and install OBS Studio on other Linux distros here.

Clone this wiki locally