You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A high-performance C library for communicating with OBS Studio via the WebSocket v5 protocol. Designed for streaming professionals, developers, and automation systems that need reliable control over OBS instances.
9
11
@@ -19,6 +21,47 @@ A high-performance C library for communicating with OBS Studio via the WebSocket
19
21
-**Error Handling** - Comprehensive error codes and detailed status reporting
20
22
-**No External Dependencies** - Uses standard C libraries (libwebsockets, OpenSSL, cJSON)
21
23
24
+
---
25
+
## Why libwsv5?
26
+
27
+
**The fastest, most reliable OBS WebSocket v5 client for C/C++ applications.**
28
+
29
+
-**Zero-copy design** - Direct memory mapping, no Python/JS overhead
0 commit comments