Joseph Rafael Ferrer

Results 4 comments of Joseph Rafael Ferrer

If I read the draft correctly, just the RTCP packets won't be enough - the departure time of the packet and the transport sequence number set by [`SenderStream`](https://github.com/webrtc-rs/webrtc/blob/3a77ebc6e3e503612fa2bcd7a7ac8b3ac5c1e1c2/interceptor/src/twcc/sender/sender_stream.rs#L31) are also...

> https://github.com/signalapp/Signal-Calling-Service/blob/main/src/googcc.rs https://github.com/signalapp/Signal-Calling-Service/blob/main/src/transportcc.rs That's AGPLv3. Not exactly legal to just plop the code over here.

Made a clean room [implementation of TWCC](https://github.com/JRF63/webrtc-helper/blob/20d4d69dfaa9f2303cfb0cc9a7ac0c025e2b774d/src/interceptor/twcc/estimator/delay_based/mod.rs) way back in November. I've been using it in [this desktop streaming app](https://github.com/JRF63/desktop-streaming), it works but that's hardly a substitute for a proper...

> There seems to be twcc code here now webrtc/interceptor/src/twcc. However there are no examples I can find on how to use it. Can the [bandwidth-estimation-from-disk](https://github.com/pion/webrtc/tree/master/examples/bandwidth-estimation-from-disk) from pion be ported...