On 05/16/2012 04:44 PM, deepth pk wrote:
> Hi,
> I have made a RTP audio receiver application with gstreamer.
> The rtp receiver gets the data from the network and decodes fine.
> But once when i stop the audio data streaming from my server and
> restarts the sending audio, on the reciver side application is showing
> Internal Data error and gst pad already linked and there is
> no audio(the pipeline is still at Playing state.) What is the reason?
When the server restarts it selects another SSRC. The receiver still has
the pad of the old SSRC linked so the new SSRC pad from
rtpbin remains unlinked and you get an error. You need to fix the receiver.
Wim
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel