HELP regarding implementation of RTCP in python wrapper of Gstreamer

Mathieu Duponchelle mathieu at centricular.com
Fri Apr 13 12:48:50 UTC 2018


If by RTCP stats you mean the "stats" property of rtpsession (gst-inspect-1.0 rtpsession),
then you could emit the "get-session" signal on rtpbin for each of the session it holds,
and access the stats property on the returned object.

I am not sure however how well pygobject supports action signals.


More information about the gstreamer-devel mailing list