Accessing RTPSession inside webrtcbin
Serhan Gül
serhan at fastmail.com
Fri May 14 18:12:44 UTC 2021
Hi. It is possible to access the internal statistics of rtpbin using its get-internal-session property:
g_signal_emit_by_name(rtpbin, "get-internal-session", 0, &session)
Then I can use the RTPSession object to access and set properties like rtcp-min-interval or callback another function when a signal like on-receiving-rtcp is emitted.
How can I do the same using webrtcbin? Are the properties/signals of the RTPSession object somehow accessible from webrtcbin (1.18)?
Thanks,
Serhan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210514/d44ca11d/attachment.htm>
More information about the gstreamer-devel
mailing list