OBS installation
OBS Studio is an open source application for video and direct broadcasts. It supports Windows, MacOS and Linux and is a standard among streamers. In this manual, we will consider the OBS installation and the launch of the first stream.
Choose the OS
Windows
- Go to the official website: https://obsproject.com/
- Download the installer for Windows.
- Run the downloaded
.exe
file. - Follow the instructions of the installation wizard.
Macos
- Go to the site: https://obsproject.com/
- Download
.dmg
File for MacOS. - Open the file and transfer OBS to the "Program" folder.
Linux (ubuntu)
Perform commands below alternately
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt update
sudo apt install obs-studio