Programmatic Start and Stop of recording

Simen

New Member
I'm setting up an automated stream and I need to be able to start and stop the recoding from a program running i parallel to OBS.

My initial plan was to use key simulation similar to AutoHoyKey, however when using Python (with pyautogui) the costume hot-keys do not respond. The built in hot-keys, such as "Center to Screen" (cmd+D) do respond, yet there's no build in hotkey for start and stop recording.

So I'm wondering if there's any other way to access this programmatically?
 
Top