media-server-node
media-server-node copied to clipboard
SDPManager allow limiting client's bitrate
Hello Team! I need somehow to limit data bitrate sending by client. Is it possible on SFU side? Is it possible at all? Thanks.
You can do it in the SDP answer in the bitrate field. It is not dynamic though.
@murillo128 Thanks a lot for reply. I'm using SDP Manager. Do we have some interface of doing this?
not currently sorry, you can modify the sdp string on text mode.
@murillo128 Got it. Thanks. Can be closed.
let's open it as a feature request
I think you can control bitrate using rtpsender in the client. @tomas-berg see https://github.com/RTCEngine/RTCEngine-js-sdk/blob/master/lib/engine.js#L94