Cannot make Media Switching Work - Need some help

daisycody

New Member
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:

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!
 

PaiSand

Active Member
If you have issues with a third party plugin you should ask directly on the Discussion section of the plugin page, here on this forum, or in their github page.
 
Top