Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set maxBitrate in RTCRtpReceiver #780

Closed
dfernandezlop opened this issue Aug 29, 2016 · 4 comments
Closed

Set maxBitrate in RTCRtpReceiver #780

dfernandezlop opened this issue Aug 29, 2016 · 4 comments

Comments

@dfernandezlop
Copy link

Hi,

Is there any way to limit the received bandwidth in a RTCRtpReceiver? I would like to modify the b=AS attribute in the SDP for each m line in order to get different bitrates for each ssrc.

@mparis
Copy link
Contributor

mparis commented Aug 29, 2016

Topic already discussed in #622

@aboba
Copy link
Contributor

aboba commented Aug 30, 2016

What can a receiver do to limit the incoming bandwidth, other than dropping packets or sending congestion control messages to the sender telling it what the maximum bandwidth is?

Just trying to understand what setting maxBitrate on an RtpReceiver would be expected to do. Currently in ORTC (which does allow RTCRtpParameters to be set in receive(parameters)), setting maxBitrate in an RtpReceiver has no meaning.

@alvestrand
Copy link
Contributor

No, there is no such feature.

@dfernandezlop
Copy link
Author

Ok, thanks for your answers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants