obs

Open Broadcaster Software. Video recording and livestreaming program. More information: <https://obsproject.com/>.

Install

All systems
curl cmd.cat/obs.sh
Debian Debian
apt-get install obs-studio
Ubuntu
apt-get install obs-studio
Arch Arch Linux
pacman -S obs-studio
image/svg+xml Kali Linux
apt-get install obs-studio
Windows (WSL2)
sudo apt-get update sudo apt-get install obs-studio

Open Broadcaster Software. Video recording and livestreaming program. More information: <https://obsproject.com/>.

  • Launch OBS:
    obs
  • Launch OBS in portable mode:
    obs --portable
  • Automatically start recording a video on launch:
    obs --startrecording
  • Automatically start the replay buffer on launch:
    obs --startreplaybuffer
  • Automatically start streaming on launch:
    obs --startstreaming
  • Minimise to the system tray on launch:
    obs --minimize-to-tray
  • Make the log more verbose (for debugging):
    obs --verbose

© tl;dr; authors and contributors