@nodecg-obs/utility
v6.2.1
Published
A NodeCG utility that exposes a set of Replicants, Messages, and other hooks for interacting with OBS via obs-websocket
Downloads
2
Maintainers
Readme
NodeCG OBS Utility
nodecg-obs-utility
is a fork of nodecg-utility-obs
, a NodeCG utility that adds a set of Replicants, Messages, and other hooks to your NodeCG bundle. It is meant for use with latest version of NodeCG. You can think of it like a mixin for your NodeCG bundle.
It requires that the instance of OBS have obs-websocket
installed and configured.
Internally, it uses the latest release of obs-websocket-js
to communicate with obs-websocket
.
Requirements
- Latest release of NodeCG.
- LTS (v16.x) or Current (v17.x) version of NodeJS.
- OBS Studio with latest
obs-websocket
installed.
Tested with
- NodeCG
1.8.1
- Node
16.14.2
& npm8.5.5
- OBS
27.2.3
& websocket4.9.1
Install
- Go to your bundle folder
cd my-nodecg/bundles/your-bundle
- Add to your bundle
npm install @nodecg-obs/utility
License
This project is under MIT License. See LICENSE
Documentation
For full documentation, see the wiki