
Developer Guide - OBS
May 17, 2023 · To learn about the scripting API, see the API Reference and Python/Lua Scripting in the developer documentation. Connecting to the built-in WebSocket endpoint allows for …
obs-websocket - Remote-control OBS Studio using WebSockets
Nov 19, 2016 · Only download obs-websocket from here if you are running OBS v27. For v28 and above, obs-websocket is included with OBS Studio. A WebSocket RPC API for OBS Studio. …
obs-websocket - Remote-control OBS Studio using WebSockets
Nov 19, 2016 · A Websocket API for OBS Studio. The websocket server runs on port 4444 and the protocol is based on the OBSRemote protocol (including authentication) with some …
Remote Control Guide - OBS
Apr 18, 2023 · You can also use the WebSocket system, built in since OBS Studio 28, to help automate and/or control your scenes and sources with external tools. WebSocket integration is …
obs-websocket - Remote-control OBS Studio using WebSockets
Nov 19, 2016 · Added support for obs-websocket to be built inline with OBS-Studio. (Versus out of tree) Fixes Fixed an issue where not all image file formats were supported in 4.9.0. Fixed …
Websocket: Start/Stop Stream | OBS Forums
Dec 23, 2024 · The YT API returns the live stream ID (the example I sent) during the preconfiguration process. What I am seeking is an ability to tell OBS to use that YT live stream …
Shut down OBS (Exit) via Websocket
Jul 13, 2023 · Can a method be added to WebSocket's API to shutdown OBS gracefully? Gracefully, I mean if OBS is actively streaming and recording the need to stop both prior to …
Python Script to connect to OBS Websocket Server Help
Feb 19, 2024 · Goal of the script: Send command to OBS to make it do something, like switch scenes, change Sources, play a gif, etc. I've tried using Postman to get an example, and while …
Shutdown Plugin | OBS Forums
May 31, 2023 · norihiro submitted a new resource: OBS Shutdown Plugin - websocket API Provides shutdown API through obs-websocket. Example: shutdown.py Read more about this …
Start/stop OBS recording remotely via Python or similar?
Sep 10, 2024 · OK, thanks for putting me on the right track. I had to wade through a lot of docs on the websocket pages, and dive into the Python SDK for what was a fairly simple task. My use …