/beatsaber-stream-overlay

A stream overlay for Beat Saber using the HTTP Status plugin

Primary LanguageJavaScriptMIT LicenseMIT

Beat Saber Stream Overlay

This is a simple stream overlay for Beat Saber that uses the Beat Saber HTTP Status plugin.

A screenshot of the overlay in action

Users

In order to use the overlay, visit the configuration page to change the options. Next, copy the generated link to overlay from the configuration page and add it as a browser source in your streaming software.

Developers

The HTTP Status plugin protocol documentation can be found here.

# Download the project
git clone https://github.com/opl-/beatsaber-stream-overlay.git
cd beatsaber-stream-overlay
npm install

# Code
npm run dev

# Build
npm run build