Skip to content

Instantly share code, notes, and snippets.

@Mearman
Created June 10, 2021 07:22
Show Gist options
  • Select an option

  • Save Mearman/0206a89cbf8dbcffcffb90902e633e3d to your computer and use it in GitHub Desktop.

Select an option

Save Mearman/0206a89cbf8dbcffcffb90902e633e3d to your computer and use it in GitHub Desktop.
OBS with Virtual Webcam Linux Installer
#!/bin/bash
sudo apt install ffmpeg
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt install obs-studio
sudo apt install -y v4l2loopback-dkms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment