Download FREE OBS Studio.
OBS: Open Broadcaster Software®️
Open Broadcaster Software is a free and open-source cross-platform streaming and recording program built with Qt and maintained by the OBS Project. As of 2016, the software is now referred to as OBS Studio. There are versions of OBS Studio available for Microsoft Windows, macOS, and Linux distributions.
OBS Studio
OBS
OBS
OBS
Operating system: Windows 8 and later, macOS 10.13 and later, Linux
Original author(s): Hugh "Jim" Bailey
Initial release: v0.32a / 1 September 2012; 8 years ago
Stable release: 26.1.1 / 6 January 2021; 8 days ago
Developer(s): Community
Platforms: x86-32 (32 bit Intel x86), x86-64
⇩
⇩
⇩
⇩
⇩
⇩
Download OBS Studio for Linux
Any installation directions marked Unofficial are not maintained by the OBS Studio author and may not be up to date or stable.
glxinfo | grep "OpenGL"
Ubuntu Linux
Requirements
1. 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 with the following commands:
For Ubuntu 14.04 LTS, FFmpeg is not officially included so you will need a specific PPA:
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next sudo apt-get update && sudo apt-get install ffmpeg
For Ubuntu 15.04 and following versions, FFmpeg is officially included, so you don’t need add PPA and you can install it with this command:
sudo apt-get install ffmpeg
2. xserver-xorg version 1.18.4 or newer is recommended to avoid potential performance issues with certain features in OBS, such as the fullscreen projector.
Installation
You can install OBS Studio on Ubuntu Linux with the following commands:
sudo add-apt-repository ppa:obsproject/obs-studio sudo apt-get update && sudo apt-get install obs-studio
Arch Linux (Unofficial)
“Release” version is available on community repository:
sudo pacman -S obs-studio
Manjaro Installation (Unofficial)
. Graphical: search “obs-studio” on Pamac Manager or Octopi
. Command-line: install it via pacman with the following command:
sudo pacman -S obs-studio
Fedora Installation (Unofficial)
. OBS Studio is included in RPM Fusion. If you do not have it configured (if you’re not sure, then you probably don’t have it), you can do so with the following command:
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
. Then you can install OBS with the following command (this pulls all dependencies, including NVENC-enabled ffmpeg):
sudo dnf install obs-studio
. For NVIDIA Hardware accelerated encoding make sure you have CUDA installed (in case of an older card, install xorg-x11-drv-nvidia-340xx-cuda instead):
sudo dnf install xorg-x11-drv-nvidia-cuda
. The Packman repository contains the obs-studio package since it requires the fuller version of FFmpeg which is in Packman for legal reasons. If you do not already have the Packman repository add it as shown below.
For openSUSE Tumbleweed:
sudo zypper ar --refresh --priority 90 http://packman.inode.at/suse/openSUSE_Tumbleweed packman
For openSUSE Leap 42.3:
sudo zypper ar --refresh http://packman.inode.at/suse/openSUSE_Leap_42.3 packman
For openSUSE Leap 42.2:
sudo zypper ar --refresh http://packman.inode.at/suse/openSUSE_Leap_42.2 packman
For openSUSE Leap 42.1:
sudo zypper ar --refresh http://packman.inode.at/suse/openSUSE_Leap_42.1 packman
For openSUSE 13.2:
sudo zypper ar --refresh http://packman.inode.at/suse/openSUSE_13.2 packman
It is recommended to set the priority for Packman lower so it takes precedence over base repositories (skip on Tumbleweed as included in initial command).
sudo zypper mr --priority 90 packman
. The Packman version of FFmpeg should be used for full codec support.
To ensure any existing FFmpeg packages are switched to Packman versions execute the following before installing obs-studio.
sudo zypper dup --repo packman
. Install the obs-studio package
sudo zypper in obs-studio
NixOS Installation (Unofficial)
nix-env -i obs-studio
Comments
Post a Comment