I just downloaded OBS 31.0.3 Advanced Scene Switcher 1.30.0
I want to switch between two media-sources (mp4 video files) when each ends. I copied the code from here:
github.com
scene-1 contains media-source mp4-1
scene-2 contains media-source mp4-2
Macro 1 waits for mp4-1 to end and then restarts mp4-2
Macro 2 waits for mp4-2 to end and then restarts mp4-1
Both have perform actions on condition changed.
I looked at the log and this is what I got:
13:15:30.114: User switched to scene 'scene-2'
13:15:45.517: [adv-ss] running actions of Macro 2
13:15:45.517: [adv-ss] performed action "AdvSceneSwitcher.action.media.type.restart" for source "mp4-1"
It just hangs here. Not other output. Screen shows a very dimmed image of scene-2. mp4-1 video does not start!
Help!
I want to switch between two media-sources (mp4 video files) when each ends. I copied the code from here:
Looping a set of media sources
An automation tool for OBS Studio. Contribute to WarmUpTill/SceneSwitcher development by creating an account on GitHub.
scene-1 contains media-source mp4-1
scene-2 contains media-source mp4-2
Macro 1 waits for mp4-1 to end and then restarts mp4-2
Macro 2 waits for mp4-2 to end and then restarts mp4-1
Both have perform actions on condition changed.
I looked at the log and this is what I got:
13:15:30.114: User switched to scene 'scene-2'
13:15:45.517: [adv-ss] running actions of Macro 2
13:15:45.517: [adv-ss] performed action "AdvSceneSwitcher.action.media.type.restart" for source "mp4-1"
It just hangs here. Not other output. Screen shows a very dimmed image of scene-2. mp4-1 video does not start!
Help!