When is ''ssrc-on-collision'' called in GstRtpBin?

Wim Taymans wim.taymans at gmail.com
Tue May 29 02:54:55 PDT 2012


On 05/29/2012 11:06 AM, tanmay.ambre wrote:
> I have a pipeline which recieves RTP packets
>
> UdpSrc --->  GstRtpBin -->queue-->dec-->play
>
> On the Sender side I fill the 'ssrc' in rtpPayload to a clientId '5000'.
>
> The first time packets are transmitted the reciever side plays a new session
> and pad is created by gstrtpbin.
>
> If I stop and start the sender side with same 'ssrc', I expected
> 'on-ssrc-collision' to be called so I can restart the pipeline to recieve
> new Data from same client, but this never happens.
>
> Hence can you help.how I should handle duplicate 'ssrc'?
The duplicate SSRC is only signaled if the same SSRC is coming from a 
different
IP address. I guess you restart the sender on the same machine so you 
don't get
a collision.

Wim

>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/When-is-ssrc-on-collision-called-in-GstRtpBin-tp4655128.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



More information about the gstreamer-devel mailing list