Skip to content

obs-websocket-gd 1.0.0

Compare
Choose a tag to compare
@you-win you-win released this 10 Oct 18:28
· 40 commits to master since this release
1659639

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.