TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Start and stop OBS recording or streaming

    Windows
    1
    1
    525
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RussR
      Russ
      last edited by Russ

      Khaled Kh asked how to have OBS start and stop streaming. I had the same need, so I figure others might. Here's how I solved it. I used AutoIT to create two .exe files:

      This one switches to the OBS app, then presses CTRL-ALT-X.
      This one switches to the OBS app, then presses CTRL-ALT-Z.

      This is the code for the CTRL-ALT-X exe:

      WinActivate ( "OBS" )
      Send("^!x")
      

      This is the code for the CTRL-ALT-Z exe:

      WinActivate ( "OBS" )
      Send("^!z")
      

      It came in handy when I wanted to record my screen while I had VR goggles on. I was able to say start and stop recording to Alexa and Google Assistant via the TRIGGERcmd Smart Home Skill/Action.

      e35c8c5f-fb11-4750-a593-0898df991fc9-image.png

      My OBS hot key settings:
      f3e0fc2d-5841-463c-a8e5-fcdba9116cb2-image.png

      Russell VanderMey

      1 Reply Last reply Reply Quote 0
      • RussR Russ referenced this topic on
      • First post
        Last post