AlgosGitHub / KindleTwitchController

Twitch Chat Moderation and OBS Control Panel tailored for Kindle devices.
MIT License
2 stars 0 forks source link

OBS-Browser Embed #12

Closed AlgosGitHub closed 6 months ago

AlgosGitHub commented 7 months ago

Embed for OBS.

Connects to our backend via Websocket. Sends identifier. A hash within the embed URL parameters. Receives obs commands via websocket.

AlgosGitHub commented 7 months ago

Replacing the obs-websocket controller with an obs-browser-embed. This way, the app won't require running a java program on an OBS server.

AlgosGitHub commented 6 months ago

Refactored for the new ObsWebsocketGateway. The original design didn't consider the ObsBrowser Javascript Event Hooks. This new design will utilize them to send scene change and streaming-state updates. The list of scenes will only be sent upon initial connection, because the Scene List Change events do not appear to be functional in the ObsBrowser as of today's latest build.