obs-websocket-gd 1.0.0
obs-websocket-gd 1.0.0
A script + editor plugin for controlling OBS via obs-websocket. Please read the readme for usage instructions.
The obs_websocket.gd
script is intentionally sparse (save for 1 preconfigured command to demonstrate blocking for a response). The developer is intended to implement their own functions in send_command(command: String, data: Dictionary = {})
as the full obs-websocket API is pretty extensive.