Gstrtpbin - one RtpSession, several "on-new-ssrc" calls
Marco Ballesio
gibrovacco at gmail.com
Sat Sep 17 00:48:22 PDT 2011
Hi,
On 9/15/11, Matthias Dodt <MDodt at xion-medical.com> wrote:
> Hey guys!
>
> Is there an implementation to access the specific sdes-GstStructure for
> each ssrc announced by the "on-new-ssrc" signal?
what about the "sdes" property in gstrtpbin?
>
> The on-new-ssrc function has only the id of ssrc passed (guint ssrc) -
> but i need the RTCP-sdes message of the corresponding ssrc to extract
> CNAME and NAME of that ssrc.
>
> The doc states on-new-ssrc as follows:
>
> void user_function (GstRtpSession
> *sess,
> guint
> ssrc,
> gpointer
> user_data)
>
> And what does user_data contain?
as "user_function" is a callback, user_data is a pointer to whatever
extra data you might want to access there.
Regards
>
> Thanks!
>
> mat
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
More information about the gstreamer-devel
mailing list