Releases: you-win/obs-websocket-gd
Releases · you-win/obs-websocket-gd
obs-websocket-gd 1.0.1
obs-websocket-gd 1.0.1
- library doesn't automatically connect when added to scene anymore, the
establish_connection
function must be called explicitly - in the addon/demo, clicking on a scene properly clears the old sources
- the password field is now properly labeled as 'Password'
- handle invalid responses from obs-websocket better
Windows, Linux, and Mac demos are provided this time around! The proper way to use this is as a library or editor addon.
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.