Skip to content

TBSliver/obs-control-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS Control Bundle

Adds a Control Interface for OBS. Requires obs-websocket plugin to be installed in OBS. Might work with Streamlabs OBS, unconfirmed.

Panels

Adds two panels:

  • One to the default workspace with the connection details
  • One fullbleed panel with the actual controls on

Setup

Using Git, inside your bundle directory

git clone [email protected]:TBSliver/obs-control-bundle.git
cd obs-control-bundle

npm install
npm run build

# Optional - removes build dependencies
npm prune --production

Using NodeCG CLI, inside your bundle directory

# Installs dev dependencies for building
nodecg install TBSliver/obs-control-bundle --dev
cd obs-control-bundle

npm run build

# Optional - removes build dependencies
npm prune --production

Using Pre-built zip

TODO

About

Basic control bundle for OBS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published