On Di, 2016-05-31 at 23:01 +1000, Jonathan Thorpe wrote:
> Hi All,
>
> [...]
> My callback (newManager) then tries to register a callback for "on-
> ssrc-active".
> rtpbin.connect('on-ssrc-active', self.onSSRCActive)
> However onSSRCActive never gets called.
> Is there something missing for this to work?
That seems all ok. You'll have to check the debug logs for why it is
never called.
on-ssrc-active would be triggered by gst-plugins-
good/gst/rtpmanager/rtpsession.c whenever a receiver block is
processed. That is, whenever a SR or RR RTCP packet is received.
See rtp_session_process_rb().
Related to that you should also find things in the debug logs.
--
Sebastian Dröge, Centricular Ltd ·
http://www.centricular.com_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel