Question / Help Multiple clients confuse source input

290xanaots

New Member
https://obsproject.com/forum/threads/differentiating-between-multiple-game-clients.6026/

I'm having the exact same issue that the OP of that thread was having back in July of '13--multiple EVE Online clients not being differentiated between when selecting them as a source in a scene. I've done some searching, but I can't seem to find if there is a workaround or solution yet. Is there some setting or technique to ensure that one source input stays locked to one window and doesn't swap back and forth between two differently named windows running the same program?
 

290xanaots

New Member
Still hoping for some suggestions or a workaround. Is there, for example, some program I can use that I could use as a "middleman" of sorts that would just mirror the video output from a client that I could then point OBS at? I spent a couple hours working on this yesterday to no avail.
 

Jack0r

The Helping Squad
Only idea I have, use autohotkey to rename the windows, that might help OBS to distinguish the different clients.
Code:
^!r::
WinSetTitle, Untitled - Notepad, , This is a new title
 
Top