[SOLVED] Can't Install OBS-Studio? - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: [SOLVED] Can't Install OBS-Studio? (/showthread.php?tid=1586) Pages:
1
2
|
Re: Can't Install OBS-Studio? - altman - 02-25-2015 Yep , but you might get installed trough ppa in Synaptics . Just had ffmpeg installed trough the instructions in the link I gave above . Re: Can't Install OBS-Studio? - wbgs_broadcasting - 02-25-2015 (02-25-2015, 05:57 PM)altman link Wrote: Yep , but you might get installed trough ppa in Synaptics . Just had ffmpeg installed trough the instructions in the link I gave above . Tried it not working same the dependency's are newer and unsupported in Linux lite now that's sad I hope this gets fixed I can cast live now and this is the reason I came to this distro also the better driver support everything. <--------------- Update I got it to work follow this bellow and you will have obs working. Linux (Ubuntu 14.04/14.10 installation) - FFmpeg is required. If you do not have the 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 - Then 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 Re: Can't Install OBS-Studio? - altman - 02-25-2015 Glad that you got it to install mate ! , Same here , it s installing , just installed it for the heck of it ! lol saw these commands in the link i gave you above . |