derbynet icon indicating copy to clipboard operation
derbynet copied to clipboard

Using OBS Websocket to Trigger a Hotkey

Open JeffHoogland opened this issue 2 years ago • 0 comments

I'm attempting to have a hotkey trigger scene change for me in OBS when a heat ends.

I'm launching the jar file with the following arguments:

java -jar derby-timer.jar -fasttrack-automatic-gate-release -obs-uri ws://192.168.1.16:4444 -obs-password password -obs-finish OBS_KEY_2

I get a confirmation from OBS websocket that I am connected when I launch the derby timer with the above arguments.

However, my hotkey is not triggered when the heat ends. I can manually trigger the hotkey by pressing number 2 on my keyboard and it works as expected. Attached is a screenshot of my hotkeys.

Am I missing a step in here or is there something I can do to debug this? Any help is appreciated before my Derby next weekend! image

JeffHoogland avatar Feb 19 '23 01:02 JeffHoogland