Linux OBS Studio Guide - ryzendew/Linux-Tips-and-Tricks GitHub Wiki
Linux OBS Studio Guide
Complete beginner-friendly guide to OBS Studio on Linux, covering Arch Linux, CachyOS, and other distributions including installation, configuration, streaming, and recording.
Table of Contents
- OBS Studio Installation
- OBS Configuration
- Streaming Setup
- Recording Setup
- Hardware Acceleration
- Troubleshooting
OBS Studio Installation
Install OBS
Arch/CachyOS:
# Install OBS Studio
sudo pacman -S obs-studio
# With browser source
sudo pacman -S obs-studio obs-browser
Debian/Ubuntu:
sudo apt install obs-studio
Fedora:
sudo dnf install obs-studio
Launch OBS
Start OBS:
# Launch OBS
obs
# Or from application menu
OBS Configuration
Initial Setup
First launch:
- Auto-Configuration Wizard
- Select streaming or recording
- Choose streaming service
- Test settings
Video Settings
Configure video:
- Settings → Video
- Base Resolution: Your display resolution
- Output Resolution: Stream/recording resolution
- FPS: 30 or 60
Streaming Setup
Streaming Services
Supported services:
- Twitch
- YouTube
- Facebook Live
- Custom RTMP
Configure Stream
Set up streaming:
- Settings → Stream
- Service: Select service
- Server: Auto-select
- Stream Key: Get from service
Recording Setup
Recording Settings
Configure recording:
- Settings → Output
- Recording Path: Choose location
- Recording Format: MP4 or MKV
- Encoder: x264 or hardware
Recording Quality
Quality settings:
- Indistinguishable: High quality, large files
- High: Good quality, medium files
- Medium: Balanced
- Low: Small files, lower quality
Hardware Acceleration
NVIDIA NVENC
Enable NVENC:
- Settings → Output
- Encoder: NVIDIA NVENC H.264
- Rate Control: CBR or VBR
- Bitrate: Set as needed
AMD VCE
Enable VCE:
- Settings → Output
- Encoder: AMD HW H.264
- Configure settings
Intel Quick Sync
Enable QSV:
- Settings → Output
- Encoder: Intel Quick Sync H.264
- Configure settings
Troubleshooting
Black Screen
Check display capture:
# On Wayland, use window capture
# Or use xcomposite on X11
Audio Not Working
Check audio sources:
- Audio Mixer → Settings
- Select audio devices
- Test audio levels
Summary
This guide covered OBS Studio installation, configuration, streaming, and recording for Arch Linux, CachyOS, and other distributions.
Next Steps
- Hardware Acceleration - GPU acceleration
- Screen Sharing - Screen sharing
- OBS Studio: https://obsproject.com/
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.