Audio rtp receiver gives no audio on server restart

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Audio rtp receiver gives no audio on server restart

deepth pk
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?




   Cheers!
   Deepth

 
     
 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Audio rtp receiver gives no audio on server restart

Wim Taymans
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

>
>
>
>
> Cheers!
> *Deepth*
>
>
>
>
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel