Skip to content

Simple OBS tally system using a websocket server and the OBS javascript API

Notifications You must be signed in to change notification settings

svenvv/simpleOBStally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

simpleOBStally

Simple OBS tally system using a websocket server and the OBS javascript API

Backend is a simple nodejs websocket server. See: https://github.com/websockets/ws combining the https://github.com/websockets/ws#server-broadcast and https://github.com/websockets/ws#how-to-detect-and-close-broken-connections examples. It does no authentication or filtering of any sorts as of yet.

URL parameters for the website:

  • scene : the scene name on which the tally light triggers
  • role : set this to Director on the director OBS
  • id : custom ID for filtering purposes

Example:

  • OBS web-source: example.com/obstally?role=Director&id=myid
  • Tally display: example.com/obstally?scene=Camera1&id=myid

About

Simple OBS tally system using a websocket server and the OBS javascript API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published