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.
 
Top