Commit graph

5 commits

Author SHA1 Message Date
Mathieu Duponchelle 5f98e61c91 examples: implement webrtcsink-stat-server 2021-11-30 22:55:28 +01:00
Thibault Saunier ee64d53cf4 Update dependencies 2021-11-24 15:27:06 +01:00
Sebastian Dröge e7a9c2b054 Update dependencies
This involves removing lots of unnecessary `unwrap()`s and simplifies
the `lookup_codecs()` function a bit.
2021-11-21 18:44:00 +01:00
Mathieu Duponchelle 8c6ff24052 webrtcsink: Initial congestion control implementation
Naive heuristic lifted from an earlier proof of concept,
augmented with logic from
https://datatracker.ietf.org/doc/html/draft-ietf-rmcat-gcc-02#section-5.5

A property is exposed to disable congestion control for
testing purposes, it can be extended in the future to allow
selecting a different congestion control scheme.

+ Update the documentation
2021-11-10 02:55:46 +01:00
Mathieu Duponchelle 79fb66f338 Initial commit 2021-10-28 05:14:41 +02:00