Question / Help OBS Browser plugin (bazukas)

epictrumpetkid

New Member
I installed the newest version of OBS, and then followed the instructions for the newest version of this browser plugin to a "T" and it returns with a could not find file or directory error. I tried creating the tar file with just xfvz command and it said that the file wasn't in gzip format. So i tried the same command with the xfv command and in the $HOOME/.config/obs-studio/plugins/ it created a home/user file with nothing visible in it. I installed the libgconf-2-4 dependency and launched OBS for the first time and the option to have a browser source was not available. I'm still fairely new to ubuntu and linux, but I want the browser source and this is the only one I found. Please help me get it to work.
 

frank peng

New Member
I got it. I install a fresh ubuntu 18.04. Then I followed his instruction:
mkdir -p $HOME/.config/obs-studio/plugins
sudo tar xfvz linuxbrowser0.4.0-obs21.1.1-64bit.tgz -C $HOME/.config/obs-studio/plugins/
sudo apt-get install libgconf-2-4
 
Top