Dear all,
Recently I am investigating the feedback mechanism for rate control in webrtc.
Does the receiver use RTCP to inform the sender about the information such as available bandwidth, lossy ratio, .., etc.?
Besides, is the rate control information, such as available bandwidth, appended to RTCP packets in the form of TMMBR (or REMB)?
I check the packet format by wireshark.
I found that RR (Receiver Report) is appended to SR (Sender Report), and there is extra information appended after RR, but wireshark cannot recognize it.
How can I know the exact information in RTCP control packets?
Does anyone has the same experience?
Or is there any document describing the details of the feedback mechanism or the format of the feedback packets in webrtc?
Many thanks