A very simple obs-websocket client library written in C.
mongoose is added as a git
submodule, so make sure to clone the repository with --recurse-submodules.
$ git clone --recurse-submodules https://github.com/UserIsntAvailable/owscRunning build.sh would build a shared library in the build
directory.
$ ./build.shYou can also build and run the provided examples located in the
examples directory.
$ ./build.sh run simple- This library is heavily inspired in obs-wsc,
but only supporting the newer 5.0 version of the
obs-websocketprotocol.