Question / Help browser src to OBS unbuntu

Goos

New Member
Hi

I have tried it to install it , But it is not working . Maybe i did something wrong . Maybe we could do a teamviewer session to look at it?
 

bazukas

Developer
Hello. If you're using Ubuntu and obs-studio 20.0.1, these are the easiest set of instructions I can come up with:
Open your terminal and type commands:
Code:
wget "https://github.com/bazukas/obs-linuxbrowser/releases/download/0.3.0/linuxbrowser0.3.0-obs20.0.1-64bit.tgz"
mkdir -p $HOME/.config/obs-studio/plugins
tar xfvz linuxbrowser0.3.0-obs20.0.1-64bit.tgz -C $HOME/.config/obs-studio/plugins/
Then open obs-studio and see if you have "Linux Browser" available in the sources menu.
 
Top