An open API service indexing awesome lists of open source software.

https://github.com/hanazuki/ruby-obs-websocket

Ruby client library for obs-websocket
https://github.com/hanazuki/ruby-obs-websocket

obs obs-studio obs-websocket ruby

Last synced: 6 months ago
JSON representation

Ruby client library for obs-websocket

Awesome Lists containing this project

README

          

# OBS::WebSocket

OBS::WebSocket is a [Ruby](https://www.ruby-lang.org) library to remotely control [OBS Studio](https://obsproject.com/) using [obs-websocket](https://github.com/obsproject/obs-websocket) API. This version of OBS::WebSocket supports obs-websocket v5, which is planned to be included by default with OBS Studio v28 and later.

## Usage

See examples/ for a runnable code example.