It seems that something is being handled incorrectly on the "save replay buffer function". Attached is my log file, which shows what I'm talking about. Basically, attempting to save the replay buffer from this utility will only work if more than ~15 seconds have elapsed since the last time the replay buffer was saved, and the macro has been triggered at least once since the last recording was saved (meaning I have to hit it twice).
Example:
This works:
- Launch OBS
- Trigger replay buffer save
- Attempt to save again (no result)
- Wait >10 seconds
- Trigger replay buffer save
This does not work:
- Launch OBS
- Trigger replay buffer save
- Trigger replay buffer save again
When the replay buffer is saved correctly, I get this (expected) result in the log file:
[...]
When it does not, I get this:
(nothing happens)
[...]
[...]
Note the timestamps on these actions.
Am I just doing something wrong, is it a limit imposed by OBS on third-party plugins, or is something wrong with the Switcher?