Can I display different images on different websites? PLEASE HELP!

NYWebcam

New Member

Hi. I broadcast on 3 sites simultaneously using the multistream feature now in OBS. Only 2 of the 3 sites allows me to place a small image on the edge of the screen advertising my Onlyfans. Is there a way to show that small image on only 2 of the 3 sites without using a 2nd camera and running...

 

AaronD

Active Member
There are ways to do that, but they tend to get kinda messy. My general philosophy is that each set of content requires its own instance of OBS, and you can have multiple instances running on the same machine if you use the command line and give each one the right options. obs --help in the Command Prompt to see all that you can do there. :-)

I use two instances myself, to run a meeting that has both local and remote participants. One produces the feed to the remote people, just like any other livestream, and the other takes the virtual camera from that and a window-capture of the meeting, and produces the local display and recording. The Advanced Scene Switcher plugin automates everything, so I only have to think about the "livestream", and everything else "just happens".
The master instance has a naming convention for the scenes, so that Adv. SS knows what WebSocket message to send for each one, and the slave instance receives those WebSocket messages and does its thing accordingly.

I have a script for that rig to keep it all straight; there's no way I'll remember everything every time!
 
Top