![]() |
OBS-studio giving me error like this "Failed to initialize video" - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.linuxliteos.com/forums/forumdisplay.php?fid=21) +--- Thread: OBS-studio giving me error like this "Failed to initialize video" (/showthread.php?tid=2828) |
OBS-studio giving me error like this "Failed to initialize video" - katME - 04-07-2016 i browse over ubuntu and i found like this, i install ffmpeg repository like this; sudo apt-add-repository ppa:kirillshkrogalev/ffmpeg-next sudo apt-get update sudo apt-get install ffmpeg and the i add obs repository like this; sudo apt-add-repository ppa:obsproject/obs-studio sudo apt-get update sudo apt-get install obs-studio after i try to open it but i get some error like this "Failed to initialize video: Unspecified error" what shall i do to make it work??? plzzzzz help!!!.... any concern will be appreciated!!! plzzzz help!!!! Re: OBS-studio giving me error like this "Failed to initialize video" - torreydale - 04-07-2016 The following is taken from the obsproject forum page. More can be seen at this link. Some people get the error "Failed to initialize video: Unspecified error" when trying to run OBS Multiplatform on Linux. Usually, the reason for this is due to an insufficient OpenGL support on your GPU. OBS MP requires OpenGL 3.2 or better. To check what version of OpenGL your GPU supports, type: glxinfo | grep OpenGL Then look for the line that says "OpenGL version string". That should tell you what OpenGL version you have. Sometimes it's a matter of your GPU simply being too old to support OpenGL 3.2. However, sometimes you can try updating drivers, updating to the latest Mesa version, or installing proprietary drivers. If updating drivers does not work, then the GPU you are using will not work with OBS and you will not be able to use OBS on that computer. For more information, please read through this thread. dodgepong, Jan 25, 2016 Re: OBS-studio giving me error like this "Failed to initialize video" - katME - 04-19-2016 (04-07-2016, 05:32 PM)katME link Wrote: i browse over ubuntu and i found like this, i install ffmpeg repository like this; |