Skip to content

LasTechLabs/OBS-BrowserSource-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS-BrowserSource-Example

Jump to:

  1. Running the example
  2. Demo

Running the example:

  1. Download/clone this git repository; open powershell and run:

    git clone https://github.com/LasTechLabs/OBS-BrowserSource-Example.git

  2. To install the packages it (socketIO) uses, cd into the OBS-BrowserSource-Example folder that was created and run:

    npm install

  3. Once that's done, it should all be set up and installed. To start the backend run:

    node app.js or npm start

  4. You can either open index.html in a regular web-browser or add it as a BrowserSource in OBS.

    • When you're adding it to OBS make sure you have the "Local File" option checked. As long as the back-end is running the gifs will cycle between True and False.

Demo (bottom right corner)

About

A well commented example of a very simple OBS BrowserSource using websockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published