obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.84k stars 704 forks source link

Feature Request: Get Output Stats #1075

Closed TheLightningStrikes closed 1 year ago

TheLightningStrikes commented 1 year ago

Feature Request Type

RPC Request

Feature Request Type (Other)

No response

Requested Feature

Same as GetStats but for the output part so you can see bitrate, dropped frames (network) and total data output.

Requested Feature Usage Scenario

Remote checking if your output bitrate is OK and if you are dropping network frames.

tt2468 commented 1 year ago

https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getstreamstatus

TheLightningStrikes commented 1 year ago

Thanks for that :) sorry for not noticing it myself.