WebRTC 是否实现了 GCC(Google 拥塞控制)?

Is GCC (Google Congestion Control) implemented in WebRTC?

我正在阅读有关 GCC (https://datatracker.ietf.org/doc/html/draft-ietf-rmcat-gcc-02) 的一些资料,但无法确定这是否真的在 WebRTC 中实现。

有人可以验证或指出正确的方向吗?

AFAIK 是的,它被用于 WebRTC。在 WebRTC 中搜索 REMB。

目前,传输范围内的拥塞控制被认为是一种更好的方法。请参阅此博客 post 了解详细信息 http://www.rtcbits.com/2017/01/bandwidth-estimation-in-webrtc-and-new.html

这里实现了: https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/modules/congestion_controller/?q=congestion_controller

自草稿编写以来,细节发生了一些变化,但您会在 goog_cc 目录中找到此处描述的许多元素。