webrtc/modules/remote_bitrate_estimator
webrtc/modules/congestion_controller
webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc
1 void RemoteEstimatorProxy::IncomingPacket() 判断是否是有效的包
2 RemoteEstimatorProxy::Process() 构建包
3 RemoteEstimatorProxy::OnBitrateChanged() 依靠发送码率计算rtcp发送的时间间隔,使用5%的流量发送rtcp包。