mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Doc update
This commit is contained in:
parent
4e5f7d1e50
commit
5f7061c586
12
PROTOCOL.md
12
PROTOCOL.md
@ -54,6 +54,18 @@ Recording is stopping but isn't completely stopped yet.
|
||||
*New in OBS Studio*
|
||||
Recording has been stopped successfully.
|
||||
|
||||
#### "StreamStatus"
|
||||
Sent every second with those additional fields :
|
||||
- **streaming** (bool) : streaming state
|
||||
- **recording** (bool) : recording state
|
||||
- **preview-only** (bool) : always false.
|
||||
- **bytes-per-sec** (integer) : during streaming, amount of data (in bytes) transmitted by the stream encoder
|
||||
- **strain** (double) : i have no idea what this is
|
||||
- **total-stream-time** (integer) : total time since the beginning of streaming
|
||||
- **num-total-frames** (integer) : total number of frames transmitted since the beginning
|
||||
- **num-dropped-frames** (integer) : number of frames dropped by the encoder for the current streaming session
|
||||
- **fps** (double) : current framerate
|
||||
|
||||
#### "Exiting"
|
||||
*New in OBS Studio*
|
||||
OBS is exiting.
|
||||
|
Loading…
x
Reference in New Issue
Block a user