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:
Alternatively you can also interact with the Aitum vertical plugin using websockt messages.
An example how this can be done can be found here:
An automation tool for OBS Studio. Contribute to WarmUpTill/SceneSwitcher development by creating an account on GitHub.
github.com
Instead of
switch_scene
you would have to use the message type
stop_streaming
.