Running Multiple Instances Bugs

LabPadre

New Member
Howdy!

I've noticed that in versions 28.0 and up that while using multiple instances of OBS if you have a Browser source setup it will only work in one of the instances. The second OBS instance just plays a blank screen while the first instance play the exact same browser source fine. I use a universal overlay for multiple live streams. One of my systems uses two instances of OBS for two different cameras. They both use the same URL for a Browser Source for the overlay but the second instance of OBS will not show it. Using 27.2 or under works fine I hope someone kind point out a fix or work around.
Thanks for any insight.
 
One possible workaround might be to use an external browser, not a browser source, and window-capture that. You also get to choose which browser you like, if you do it that way. (A lot of things are based on Chromium now - Chrome, Edge, etc. - so they inherit most of Chromium's features and faults, but Firefox and a few others are still their own thing.)
 
I'm also having this issue (using multiple instances of OBS if you have a Browser source setup it will only work in one of the instances)
Howdy!

I've noticed that in versions 28.0 and up that while using multiple instances of OBS if you have a Browser source setup it will only work in one of the instances. The second OBS instance just plays a blank screen while the first instance play the exact same browser source fine. I use a universal overlay for multiple live streams. One of my systems uses two instances of OBS for two different cameras. They both use the same URL for a Browser Source for the overlay but the second instance of OBS will not show it. Using 27.2 or under works fine I hope someone kind point out a fix or work around.
Thanks for any insight.

You work something out?
 
I have this exact problem.

The latest version right now is 31.0.1.

Window-capture does work but not the way I want it too which is a scoreboard overlaying a livestream.

Surely someone else has this issue and has a resolution??

My current resolution is to use version 28.0 which obviously moving foward I need to use a later version.
 
Window-capture does work but not the way I want it too which is a scoreboard overlaying a livestream.
How does it not work?
  • Too much captured, and it blocks other things? You can crop it.
  • Only one copy of it available at a time? Depending on what you're doing, there are different ways to get multiple copies anyway, usually inside the same instance of OBS, but there are ways to send things between instances too.
  • Something else?
 
I have this exact problem.

The latest version right now is 31.0.1.

Window-capture does work but not the way I want it too which is a scoreboard overlaying a livestream.

Surely someone else has this issue and has a resolution??
Sprunki Retake
My current resolution is to use version 28.0 which obviously moving foward I need to use a later version.

If you move some of the documents to another memory, will the problem be solved?
 
Last edited:
I have tried running the multiple instances of OBS in completely different folders with shortcuts to have them start in the corresponding folders for each instance. Having the same issue. First instance browser works fine but the next only white screen or doesn't load at all.
Running OBS 32.0.4.
 
Found the solution in another thread. Install OBS, copy the programs folder and paste it with another name like obs-studio1 ( so you'll have obs-studio and obs-studio1, then on the modified shortcuts use the correct folder per instance and update the start in folder location, then use the -multi and -p switches.
("C:\Program files\obs-studio\bin\64bit\obs64.exe" --multi --p) ("C:\Program files\obs-studio\bin\64bit\")
("C:\Program files\obs-studio1\bin\64bit\obs64.exe" --multi --p) ("C:\Program files\obs-studio1\bin\64bit\")
Then import or configure your existing profiles or scenes. The config files will then be saved in the corresponding folders and you'll have browser objects in both instances. The different folders are important especially if you want the two different instances to start on boot and then immediately start streaming via a bat file.
 
Back
Top