Skip to content

UserIsntAvailable/owsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A obs-websocket client library written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published