Transitions are 'Fade'. I have a few 'Fade' quick transitions set in OBS with times of 300ms, 1000ms and 3000ms but the Adv switcher only allows a single 'Fade' option (or one of the other types) so I'm guessing its just using the default of 300ms?
It did however seem to work OK when it was 'live' (i.e. when the audio actually got switched on then subsequently off).
But I don't see 'user switched to scene' in the logs that you mentioned above. I only see this if I manually switch to a different scene in OBS. Furthermore I see 'user switched to scene' when I manually/directly choose a different scene in OBS - which is BEFORE I click on any transition to make that scene 'live'. OBS is in Preview/Program mode. How does the adv scene swither deal with this aspect? Does it differentiate between switching to a scene and subsequently transitioning to the scene? The log doesn't seem to relect this.
I see "[adv-ss] switched scene" when the switching actually happens/is triggered - does this imply switching AND transitioning?
Note that I see "Switched to scene 'PTZ-New'" when OBS is starting up - which I think is OBS recalling the scene that was last 'active' when OBS was stopped.
OK I think I've answered some of these points now - I used 'baretail' on the OBS log to see the log entries generated in real time.
1. I get: "user switched to scene" when I simply/manually choose a different scene in OBS.
Presumably the entry: "[adv-ss] match for 'audio' - switch to scene '24Hr+AllMasses'" is the [adv-ss] equivalent to the OBS "user switched to scene" log entry above?
2. When I manually transition to the selected scene there is no entry in the OBS log (with [adv-ss] off).
3. When [adv-ss] is on we see "[adv-ss] switched scene" when it wants to transition to that scene that has been triggered.
Would you agree with these points?
However I believe that this is where things aren't always working. I see 'switched scene' in the log but no change to the OBS scene being output. Is there any way that the code could verify that its 'transition' command was accepted/acted upon? Is there a return code that can be checked (and maybe logged)?
In the attached log, you can see some manual scene switches (although you can't see the transitions) and at 06:57:39 after avd-ss is started you see [adv-ss] 'switched scene' to the '24Hr+AllMasses' scene which is OK.
However at 06:58:49 I manually changed the scene and transitioned as per this log entry:
06:58:49.699: User switched to scene 'PTZ+Welcome'
adv-ss then matches on the audio and wants to switch to the '24Hr+AllMasses' scene
adv-ss then triggers at 06:58:54 where we see:
06:58:54.677: [adv-ss] switched scene
But no scene change actually occured in OBS - it is still showing the scene 'PTZ+Welcome'
The log then continues matching with: [adv-ss] match for 'audio' - switch to scene '24Hr+AllMasses'
but no further scene changes are tried and we are left with the wrong scene.
It did however seem to work OK when it was 'live' (i.e. when the audio actually got switched on then subsequently off).
But I don't see 'user switched to scene' in the logs that you mentioned above. I only see this if I manually switch to a different scene in OBS. Furthermore I see 'user switched to scene' when I manually/directly choose a different scene in OBS - which is BEFORE I click on any transition to make that scene 'live'. OBS is in Preview/Program mode. How does the adv scene swither deal with this aspect? Does it differentiate between switching to a scene and subsequently transitioning to the scene? The log doesn't seem to relect this.
I see "[adv-ss] switched scene" when the switching actually happens/is triggered - does this imply switching AND transitioning?
Note that I see "Switched to scene 'PTZ-New'" when OBS is starting up - which I think is OBS recalling the scene that was last 'active' when OBS was stopped.
OK I think I've answered some of these points now - I used 'baretail' on the OBS log to see the log entries generated in real time.
1. I get: "user switched to scene" when I simply/manually choose a different scene in OBS.
Presumably the entry: "[adv-ss] match for 'audio' - switch to scene '24Hr+AllMasses'" is the [adv-ss] equivalent to the OBS "user switched to scene" log entry above?
2. When I manually transition to the selected scene there is no entry in the OBS log (with [adv-ss] off).
3. When [adv-ss] is on we see "[adv-ss] switched scene" when it wants to transition to that scene that has been triggered.
Would you agree with these points?
However I believe that this is where things aren't always working. I see 'switched scene' in the log but no change to the OBS scene being output. Is there any way that the code could verify that its 'transition' command was accepted/acted upon? Is there a return code that can be checked (and maybe logged)?
In the attached log, you can see some manual scene switches (although you can't see the transitions) and at 06:57:39 after avd-ss is started you see [adv-ss] 'switched scene' to the '24Hr+AllMasses' scene which is OK.
However at 06:58:49 I manually changed the scene and transitioned as per this log entry:
06:58:49.699: User switched to scene 'PTZ+Welcome'
adv-ss then matches on the audio and wants to switch to the '24Hr+AllMasses' scene
adv-ss then triggers at 06:58:54 where we see:
06:58:54.677: [adv-ss] switched scene
But no scene change actually occured in OBS - it is still showing the scene 'PTZ+Welcome'
The log then continues matching with: [adv-ss] match for 'audio' - switch to scene '24Hr+AllMasses'
but no further scene changes are tried and we are left with the wrong scene.