bitfocus / companion-module-obs-studio

OBS Studio Module for Companion
MIT License
45 stars 28 forks source link

Source visible in program with nested scene #151

Closed MatDepInfo closed 2 years ago

MatDepInfo commented 2 years ago

Hello, I got a scene (scene 1) with inside a nested scene (scene 2). I manage visibility of each sources in the nested scene (scene 2). But with Companion, impossible to get information about the visibility of this source in the program accross the main scene (scene 1). I try "OBS: Source Visible in Program" but first, it's not working correctly and second, the source is in use in several others scenes so it's not exactly what I'm looking for. Do you have any solution ?

bryce-seifert commented 2 years ago

Hey there, I can definitely take a look at this. As a note, I'm currently rewriting the whole module for obs-websocket 5.0 so it may be a bit. But, there are lots of improvements with 5.0 and visibility accuracy. And I'll look differentiating between a source in multiple scenes.

MatDepInfo commented 2 years ago

Perfect, let me informed. If you need held, don't hesitate !

bryce-seifert commented 2 years ago

@MatDepInfo Source visibility should be improved with the rewrite for websockets 5.0. This is now available in the beta builds of Companion. You can also now specify a scene as well

Screen Shot 2022-08-15 at 6 58 01 AM
MatDepInfo commented 3 months ago

Hello, in fact, always the same problem: Scene 2 into scene 1. Source A in scene 2 visible in program. If i set scene 1 source A, feedback works. I f i set scene 2 source A, feedback not working.

bryce-seifert commented 3 months ago

That would make sense with how this is set up, as the "Scene" option in the feedback refers to the scene that is listed as Program in OBS. And since Scene 1 is the main scene in program, that is what it is checking against.