Skip to content

Instantly share code, notes, and snippets.

@Domin8-IPTV
Last active August 3, 2018 18:07
Show Gist options
  • Save Domin8-IPTV/c9a0f5e1d806dc345d4f50101166c328 to your computer and use it in GitHub Desktop.
Save Domin8-IPTV/c9a0f5e1d806dc345d4f50101166c328 to your computer and use it in GitHub Desktop.
#!/bin/bash
# obs studio with ffmpeg
sudo apt-add-repository ppa:jon-severinsson/ffmpeg
sudo apt-get update
sudo apt-get install ffmpeg
sudo apt-add-repository ppa:obsproject/obs-studio
sudo apt-get update
sudo apt-get install obs-studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment