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
- Host: GitHub
- URL: https://github.com/hanazuki/ruby-obs-websocket
- Owner: hanazuki
- License: mit
- Created: 2021-05-23T06:30:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T19:11:00.000Z (about 2 years ago)
- Last Synced: 2024-08-10T03:15:07.494Z (almost 2 years ago)
- Topics: obs, obs-studio, obs-websocket, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/obs-websocket
- Size: 146 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.