Output Timer

Wasame

New Member
I was wondering if there is any plugin either in the OBS itself that I can create a command to activate the output timer?
In case you don't have one, a tip there for you developers, I wanted to put in the hotkey command that I use to go to the final intro for it to go to the final intro and end the stream automatically
 

AaronD

Active Member
I do that with the Advanced Scene Switcher plugin:

It can automate almost anything in response to almost anything. It'll do hotkeys just fine, but in your case, I don't think you need that. Just switch to any scene (with the way I do it) in an "ending sequence", and it'll take it from there.

The way I do it is:
  • Macro 1
    • Conditions:
      • Ending Scene 1 active for X seconds
    • Actions:
      • Switch to Ending Scene 2
  • Macro 2
    • Conditions:
      • Ending Scene 2 active for Y seconds
    • Actions:
      • Switch to Ending Scene 3
  • Macro 3
    • Conditions:
      • Ending Scene 3 active for Z seconds
    • Actions:
      • Stop Stream
You can do it with a single macro that looks for a hotkey and has a series of Switching actions with Waits in between, but my way does the same thing and allows you to escape by switching to something else (so "active for _ seconds" isn't true because it was less than _ seconds). And it allows you to enter partway through instead of always starting from the beginning.
 
Top