Skip to content

Latest commit

 

History

History
225 lines (204 loc) · 20.5 KB

Requests.md

File metadata and controls

225 lines (204 loc) · 20.5 KB
title description published date tags editor dateCreated
OBS Studio Requests v5
Information on OBS requests that is used in Streamer.bot with OBS raw.
true
2023-03-16 11:26:19 UTC
markdown
2022-07-19 18:29:42 UTC

There are a handful of events that the OBS websocket broadcasts when things occur within OBS itself.

It's important to note, that while it may seem like one event maybe the one to use, there is the possibility that another one is better suited for the use case.

For example, a single scene change, fires off more events then just changing the scene, there are the transition events the happen, a pre and post event for the switch, etc.

Format

This is the format you need to follow with each request{.subtitle}

In the request data you need to fill in the request fields that are shown on each page below

{
  "requestType": "request method",
  "requestData": { ... }
}

General Requests

General & Miscellaneous OBS Studio requests{.subtitle}

Config Requests

Config related OBS Studio requests{.subtitle}

Source Requests

Source related OBS Studio requests{.subtitle}

Scene Requests

Scene related OBS Studio requests{.subtitle}

Input Requests

Input related OBS Studio requests{.subtitle}

Transition Requests

Transition related OBS Studio requests{.subtitle}

Filter Requests

Filter related OBS Studio requests{.subtitle}

Scene Item Requests

Scene Item related OBS Studio requests{.subtitle}

Output Requests

Output related OBS Studio requests{.subtitle}

Stream Requests

Stream related OBS Studio requests{.subtitle}

Record Requests

Record related OBS Studio requests{.subtitle}

Media Input Requests

Media Input related OBS Studio requests{.subtitle}

Ui Requests

Ui related OBS Studio requests{.subtitle}

Additional Request Info

This are examples for requests that existed in privious version of the obs websocket{.subtitle}