Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 717 Bytes

File metadata and controls

30 lines (19 loc) · 717 Bytes

Scene Switcher

This electron app allows you to automatically swap scenes in Streamlabs OBS depending on your League of Legends status (ingame or in queue).

Prerequisites

You will need to allow remote control in your Streamlabs OBS.

run Streamlabs-OBS with `--adv-settings` parameter
enable websockets in `settings->API`
Port should be 59650

Prebuilt

Prebuilt binaries for Windows can be found here

Build from source

  1. Clone repository git clone https://github.com/Kuferl/SceneSwitcher.git

  2. Install electron-forge

  3. Install dependencies npm install

  4. Start Scene Switcher electron-forge start