<div>Hello,<br></div><div>I tried using the videomixer.py and it works which is found here -  <a href="http://pygstdocs.berlios.de/pygst-tutorial/videomixer.html">http://pygstdocs.berlios.de/pygst-tutorial/videomixer.html</a></div>
<div>But when I  implement a callback for the &#39;on-new-ssrc&#39; like</div><div><br></div><div>bus.connect(&quot;on_new_ssrc&quot;, self.on_new_ssrc)<br></div><div><br></div><div>def on_new_ssrc(self, session, ssrc, userdata): <br>

                print &quot;new&quot;, session, ssrc <br>                rtpbin.connect(&quot;on_new_ssrc&quot;, on_new_ssrc)<br></div><div><br></div><div>This gives an error: File &quot;./video_mixer.py&quot;, line 63, in __init__<br>    bus.connect(&quot;on_new_ssrc&quot;, self.on_new_ssrc)<br>
TypeError: &lt;gst.Bus object (bus1) at 0x95fc464&gt;: unknown signal name: on_new_ssrc<br><br></div><div><br></div>