Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 797 Bytes

File metadata and controls

34 lines (23 loc) · 797 Bytes

owsc

A very simple obs-websocket client library written in C.

Getting Started

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

Building

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

Acknowledgment

  • This library is heavily inspired in obs-wsc, but only supporting the newer 5.0 version of the obs-websocket protocol.