Google Congestion Control(GCC) Implementation

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Google Congestion Control(GCC) Implementation

satya264
Hi gstreamer team,

 In gst-plugin-good master branch there is one commit regarding GCC
(https://github.com/GStreamer/gst-plugins-good/commit/1df706448ca2f6116173f879f43d596e026e2dc5.)
is congestion control algorithm is completely availabe on gstreamer ?

I need to use this congestion control feature for video bitrate adaptation
on the Gstreamer.

Thanks,
Satya




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Google Congestion Control(GCC) Implementation

Olivier Crête-3
Hi,

This patch is for TWCC, which is the newer thing which replaces GCC,
which is deprecated.

And this patch only implements the mechanism to share packets, the
actual adaptation is currently not performed by GStreamer, it is
currently the application's job to decide how to react to those
statistics.

Havard's talk from the 2019 GStreamer conference explains everything
well:
https://gstconf.ubicast.tv/videos/google-transport-wide-congestion-control/

Olivier

On Wed, 2020-06-03 at 01:38 -0500, satya264 wrote:

> Hi gstreamer team,
>
>  In gst-plugin-good master branch there is one commit regarding GCC
> (https://github.com/GStreamer/gst-plugins-good/commit/1df706448ca2f6116173f879f43d596e026e2dc5.)
> is congestion control algorithm is completely availabe on gstreamer ?
>
> I need to use this congestion control feature for video bitrate adaptation
> on the Gstreamer.
>
> Thanks,
> Satya
>
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
--
Olivier Crête
[hidden email]

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel