bitfocus / companion-module-obs-studio

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

obs: Source Active in Preview not giving feedback #179

Open Cypris2010 opened 2 years ago

Cypris2010 commented 2 years ago

The OBS feedback "obs: Source Active in Preview" seems to have no result. The background and textcolor are not changing although the sceeneitem / source is active / visible in preview.

I used this feature in older releases an now it dows not seem to work anymore

To Reproduce Steps to reproduce the behavior:

  1. Add "obs: Source Active in Preview" in Feedback
  2. Select the Source
  3. Activate / Deactivate the source

Version Information:

bryce-seifert commented 2 years ago

@Cypris2010 When you say older version, do you mean an older version that worked with OBS 28? Or a version before that?

Would you mind sharing a screenshot of the sources panel of your scene? Just want to try and replicate the layout

Cypris2010 commented 2 years ago

@bryce-seifert : No no, iI used it in OBS 27

bryce-seifert commented 2 years ago

@Cypris2010 Would you mind sharing a screenshot of the sources panel of your scene?

bryce-seifert commented 2 years ago

@Cypris2010 By change do you use the obs-ndi plugin? I'm noticing some weirdness with the preview feedback + a scene collection I made that has obs-ndi from version 27, when opened in in v28. Not sure if related, but want to check

Cypris2010 commented 1 year ago

@bryce-seifert Can you describe the weirdness? Yes I'm using the NDI Plugin, but the not released version. I think it's this one https://github.com/Palakis/obs-ndi/actions/runs/2977380826 I'll post the Scene arrangement later.

Cypris2010 commented 1 year ago

image This ist my scene arrangement: Im activating In2B. The source is active but on the streamdeck the color of the button is not changeing

bryce-seifert commented 1 year ago

Ok after digging in more, I'm getting really inconsistent info from obs-websocket and the InputShowStateChanged listener which I think is affecting this. It seems to fire info for Scenes within scenes.

I'm going to reach out to them, and also look at a possible workaround

Cypris2010 commented 1 year ago

Ok thank you.

bryce-seifert commented 1 year ago

Ok, as of right now StateChanged (which is how this feedback is determined) does not work for scenes in obs-websocket.

I have submitted a feature request to get it added https://github.com/obsproject/obs-websocket/issues/1037