getting cname from receiver rtpbin

B U J J I sivaits4u at gmail.com
Wed Feb 22 21:05:47 PST 2012


try using on-ssrc-sdes callback
i am putting python code here change accordingly in C if you want

    def rtpbin_ssrc_sdes(self, rtpbin, sessid,ssrc):
        session = rtpbin.emit("get-internal-session", sessid)
        source = session.emit("get-source-by-ssrc", ssrc)
        sdes = source.get_property('sdes')
        cname = str(sdes['cname'])

thanks,
bujji




On Wed, Feb 22, 2012 at 10:01 PM, minimalniemand <
michael.niemand at googlemail.com> wrote:

> Hi,
>
> have you ever managed to do what you wanted? I am currently stuck with the
> exact same problem (also developing a conferencing solution).
> I need to distinguish the sending hosts to send each of them a different
> audio back (each participant should hear everybody but himself of course).
>
> Your help is greatly appreciated!!
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/getting-cname-from-receiver-rtpbin-tp4176037p4410924.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120223/6d748b2e/attachment.htm>


More information about the gstreamer-devel mailing list