cannot send on-new-ssrc signal
sukirti kaw
sukirtikaw at gmail.com
Wed Sep 7 01:52:45 PDT 2011
Hello,
I have to develop a framework for video conferencing using RTP in Python. To
start with I tried to use the examples under
http://blog.abourget.net/2009/6/14/gstreamer-rtp-and-live-streaming/ and
they work.
Now on the video receiver side I need to add the signal on_new_ssrc to
notify if a new SSRC has entered that session. I did not find any example
using this in gst python.
I tried using:
def on_new_ssrc(rtpbin,session,ssrc,user_data):
print "new ssrc"
print " session", session
print " ssrc", ssrc
rtpbin.connect('on-new-ssrc', on_new_ssrc)
But this does not work. Is it possible to do it this way or I have to use
something else. Some examples would be really helpful.
Regards,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110907/e8ff84b9/attachment.htm>
More information about the gstreamer-devel
mailing list