Advanced Scene Switcher

Advanced Scene Switcher 1.31.0

Tsokke

New Member
Unfortunately, I am not sure I exactly understand what the problem is.

What exactly is "app" referring to here?
The "Honkai Star Rail game" or something else?

To be honest I am not sure why what you have set up would behave differently depending on if an application is fullscreen or not.
Does "Honkai Star Rail game" maybe change its window title when it switches to fullscreen mode?
OMG I think I am stupid to some degree or I was just too tired back then from the struggles, I was in the middle of writing you answer with questions etc. but then I read your reply once again about you not knowing why it would behave differently, so I went back to obs to check on it and to my surprise It actually worked. Maybe not directly but thanks for opening my eyes and helping me out!
 
How would you essentially say (If audio comes from anywhere in sceneX, turn down sceneY audio till sceneX goes back to 0db)

I thought I had it a few times, but testing it proved me wrong. I cant figure it out.
 

sdfg

New Member
I want to stream pre-recorded loop for 11 hours 55 minutes and end the stream. I can do that with obs output timer but it does not work with aitum vertical aitum multistream. start stream, pre recorded video loop for 11 hours 55 mins, stream end. that work for main canvas and vertical canvas. Can the plugin do that
 

Warmuptill

Active Member
How would you essentially say (If audio comes from anywhere in sceneX, turn down sceneY audio till sceneX goes back to 0db)

I thought I had it a few times, but testing it proved me wrong. I cant figure it out.
Unfortunately, the current implementation of the "Audio" condition only allows checking the volume of individual sources and not scenes.
So, I can't really think of a more elegant solution besides manually adding a "Audio" condition check for each source of scene X.

I want to stream pre-recorded loop for 11 hours 55 minutes and end the stream. I can do that with obs output timer but it does not work with aitum vertical aitum multistream. start stream, pre recorded video loop for 11 hours 55 mins, stream end. that work for main canvas and vertical canvas. Can the plugin do that
I assume the easiest approach would probably to use the "Hotkey" action to signal the Aitum vertical plugin to stop streaming:

1753264553325.png


Alternatively you can also interact with the Aitum vertical plugin using websockt messages.
An example how this can be done can be found here:
Instead of switch_scene you would have to use the message type stop_streaming.
 
Unfortunately, the current implementation of the "Audio" condition only allows checking the volume of individual sources and not scenes.
So, I can't really think of a more elegant solution besides manually adding a "Audio" condition check for each source of scene X.
Oh ok, I was hoping you'd say their was a condition similar to random or scene collection, that I could slap a bunch of sources into,
then somehow monitor them for audio or something... besides just listing each one out. Oh well.
 

Warmuptill

Active Member
View attachment 114760View attachment 114761

Where do I put the stop streaming what did I do wrong
What you have set up right now would translate to:

If "Media Source" is in state playing and at the same time a timer of reaches zero seconds ...
... then start both, normal and vertical, streaming and immediately after that stop the stream.

I don't know for sure what your "trigger" for the macro is supposed to be from what you have described so far.
But since you mentioned the "output timer" tool something like this might be it:

1753373103789.png
 
Top