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/owsc
Running build.sh
would build a shared library in the build
directory.
$ ./build.sh
You 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-websocket
protocol.