Skip to content

Kimouss/Obs-Stream-Deck-Remote-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obs-Stream-Deck-Remote-Control

Interface to control OBS with socket

Downloads

Binaries for Windows, MacOS, and Linux are available in the Releases section.

Installation

Replace address value in /js/main.js by your (stream machine) IP address, but keep port. (You define port in obs-websocket).

await obs.connect({ address: '192.168.10.10:4444', password: 'obscontrol' });
yarn install

Usage

Run app and go http://localhost:3000/

yarn run dev

About

Interface to control OBS with socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published