gst-plugins-rs/plugins
Thibault Saunier 64f664c859 plugin: Implement bandwidth estimator based on the Google Congestion Control algorithm
See https://datatracker.ietf.org/doc/html/draft-ietf-rmcat-gcc-02

This commit implements the bandwidth estimation as a GStreamer element
that is then used in webrtcbin through the new `request-bandwidth-estimator`
signal.

This keeps our Homegrown congestion controller but removes the possibility
to switch CC algorithm at runtime.
2022-08-05 03:13:05 +02:00
..
examples webrtcsink: address Sebastian's latest comments 2022-03-26 00:16:29 +01:00
src plugin: Implement bandwidth estimator based on the Google Congestion Control algorithm 2022-08-05 03:13:05 +02:00
build.rs Initial commit 2021-10-28 05:14:41 +02:00
Cargo.toml plugin: Implement bandwidth estimator based on the Google Congestion Control algorithm 2022-08-05 03:13:05 +02:00