Skip to content

A .NET core based scene switcher than connects to OBS and changes scenes based note meta data. Put "OBS:Your Scene Name" as the first line in your notes and ensure the OBS Web Sockets Server is running and this app will change your scene as you change your PowerPoint slides

License

Notifications You must be signed in to change notification settings

stedyghub/PowerPointToOBSSceneSwitcher

 
 

Repository files navigation

PowerPointToOBSSceneSwitcher

A .NET core based scene switcher that connects to OBS and changes scenes based note meta data. Put "OBS:Your Scene Name" on its own line in your notes and ensure the OBS Web Sockets Server is running and this app will change your scene as you change your PowerPoint slides.

Note this won't build with "dotnet build," instead open a Visual Studio 2019 Developer Command Prompt and build with "msbuild"

This video explains how it works!

Watch the video

Usage

  • Set a scene for a slide with
OBS:{Scene name as it appears in OBS}

Example:

OBS:Scenename
  • Set a default scene (used when a scene is not defined) with
OBSDEF:{Scene name as it appears in OBS}

Example:

OBSDEF:DefaultScene

About

A .NET core based scene switcher than connects to OBS and changes scenes based note meta data. Put "OBS:Your Scene Name" as the first line in your notes and ensure the OBS Web Sockets Server is running and this app will change your scene as you change your PowerPoint slides

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%