media-server-node icon indicating copy to clipboard operation
media-server-node copied to clipboard

SDPManager allow limiting client's bitrate

Open tomas-berg opened this issue 5 years ago • 6 comments

Hello Team! I need somehow to limit data bitrate sending by client. Is it possible on SFU side? Is it possible at all? Thanks.

tomas-berg avatar Jun 24 '19 10:06 tomas-berg

You can do it in the SDP answer in the bitrate field. It is not dynamic though.

murillo128 avatar Jun 24 '19 10:06 murillo128

@murillo128 Thanks a lot for reply. I'm using SDP Manager. Do we have some interface of doing this?

tomas-berg avatar Jun 24 '19 10:06 tomas-berg

not currently sorry, you can modify the sdp string on text mode.

murillo128 avatar Jun 24 '19 10:06 murillo128

@murillo128 Got it. Thanks. Can be closed.

tomas-berg avatar Jun 24 '19 10:06 tomas-berg

let's open it as a feature request

murillo128 avatar Jun 24 '19 10:06 murillo128

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

notedit avatar Jun 25 '19 09:06 notedit