Created
June 10, 2021 07:22
-
-
Save Mearman/0206a89cbf8dbcffcffb90902e633e3d to your computer and use it in GitHub Desktop.
OBS with Virtual Webcam Linux Installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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