<font face="verdana,sans-serif"><div>try using on-ssrc-sdes callback</div><div>i am putting python code here change accordingly in C if you want</div><div><br></div><div><div>    def rtpbin_ssrc_sdes(self, rtpbin, sessid,ssrc):</div>

<div>        session = rtpbin.emit(&quot;get-internal-session&quot;, sessid)</div><div>        source = session.emit(&quot;get-source-by-ssrc&quot;, ssrc)</div><div>        sdes = source.get_property(&#39;sdes&#39;)</div>

<div>        cname = str(sdes[&#39;cname&#39;])</div></div><div><br></div><div>thanks,</div><div>bujji</div><div><br></div><div><br></div><div><br></div></font><br><div class="gmail_quote">On Wed, Feb 22, 2012 at 10:01 PM, minimalniemand <span dir="ltr">&lt;<a href="mailto:michael.niemand@googlemail.com">michael.niemand@googlemail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Hi,<br>
<br>
have you ever managed to do what you wanted? I am currently stuck with the<br>
exact same problem (also developing a conferencing solution).<br>
I need to distinguish the sending hosts to send each of them a different<br>
audio back (each participant should hear everybody but himself of course).<br>
<br>
Your help is greatly appreciated!!<br>
<br>
</div>--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/getting-cname-from-receiver-rtpbin-tp4176037p4410924.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/getting-cname-from-receiver-rtpbin-tp4176037p4410924.html</a><br>


<div class="HOEnZb"><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>