gst-plugins-rs/plugins
Thibault Saunier 075a625305 Make our "loss based control" algorithm closer to what is defined in [GCC]
As specified in Google Congestion Control we should run the packet loss
estimation algorithm "every time feedback from the receiver is
received".

And, also as defined by GCC, we now have 2 different estimated bitrates,
one for the delay-based controller value and one for the loss-based one,
and we use the minimum value between those 2 as our current estimation.

[GCC]: https://datatracker.ietf.org/doc/html/draft-ietf-rmcat-gcc-02
2022-05-03 15:21:20 +02:00
..
examples webrtcsink: address Sebastian's latest comments 2022-03-26 00:16:29 +01:00
src Make our "loss based control" algorithm closer to what is defined in [GCC] 2022-05-03 15:21:20 +02:00
build.rs Initial commit 2021-10-28 05:14:41 +02:00
Cargo.toml Make our "loss based control" algorithm closer to what is defined in [GCC] 2022-05-03 15:21:20 +02:00