Skip to content

Bandwidth Estimation #505

Answered by paullouisageneau
deaxon asked this question in Q&A
Oct 12, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hello,

REMB and TWCC are not really heuristics to evaluate network quality, they merely define a RTCP format to report information to the sender. REMB reports a receiver-estimated maximum bitrate, while TWCC reports which packets were received and at what timing. Congestion control algorithms (for instance the ones defined in draft-ietf-rmcat-gcc) can use this kind of information to control the sender bitrate (even RTCP receiver reports can be sufficient).

Implementation is only partial for now, REMB RTCP messages are implemented in RtcpReceivingSession, to allow reporting a maximum bitrate to the sender when libdatachannel is on the receiving side, but there is no internal bitrate estima…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@deaxon
Comment options

Answer selected by deaxon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants