obws
obws copied to clipboard
The obws (obvious) remote control library for OBS
The new version of OBS (30.1) contains version 5.4.2 of the obs-websocket library. It would be great if the [new features and changes](https://github.com/obsproject/obs-websocket/releases/tag/5.4.0) could be implemented (and released) in this...
When connecting to a server that requires password authentification, with ```rust let pw: Option = None; let client_res = Client::connect("localhost", 4455, pw).await(); ... ``` it fails with ``` Handshake(ConnectionClosed(Some(CloseDetails {...
I'm using obws as part of a web server that allows configuration of the remote OBS connection details, and I'd like to be able to set a timeout duration in...