Característica #61
OBS en Linux
| Status: | Resolved | Start date: | 02/03/2016 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 02/09/2016 | |
| Assignee: | % Done: | 100% | ||
| Category: | - | Spent time: | 4.00 hours | |
| Target version: | - |
History
#1
Updated by Eloi Rebes almost 10 years ago
- Assignee set to Pedro emagrada
#2
Updated by Pedro emagrada almost 10 years ago
Installing obs
Debian sometimes work, use install-obs.sh
https://github.com/pedro-nonfree/guifi-tools-and-scripts/blob/master/guifitv/install-obs.sh
Ubuntu, use this info from this source
14.04: FFmpeg is required.
If you do not have FFmpeg installed (if you're not sure, then you probably don't have it), you can get it with the following commands:
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update && sudo apt-get install ffmpeg
14.04/15.04+: You can install OBS with the following commands:
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update && sudo apt-get install obs-studio