Describe the bug
The bitrate reported from the API does not change if the bitrate is changed without stopping the stream.
To Reproduce
Steps to reproduce the behavior:
Start your stream in OBS at 7000kbps
Check API and verify that bitrate is shown as 7000000
In OBS, Open Settings -> Output and adjust bitrate to 10000kbps
Check API and verify that bitrate is still shown as 7000000 instead of 10000000
Expected behavior
The API should report the correct bitrate, even if it's delayed. We want to limit the incoming bitrate and block clients who push over a certain amount.
Was not aware of Alert before this, was planning on polling the API to check for users who use more bitrate than we want but this is not necessary with Alert: https://airensoft.gitbook.io/ovenmediaengine/alert
Describe the bug The bitrate reported from the API does not change if the bitrate is changed without stopping the stream.
To Reproduce Steps to reproduce the behavior:
Expected behavior The API should report the correct bitrate, even if it's delayed. We want to limit the incoming bitrate and block clients who push over a certain amount.