Hi,<br><br><div class="gmail_quote">On Fri, Sep 17, 2010 at 10:58 PM, Gary Thomas <span dir="ltr">&lt;<a href="mailto:gary@mlbassoc.com">gary@mlbassoc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I&#39;m trying to run gstrtpbin over a network, in particular,<br>
the examples<br>
   server-v4l2-H264-alsasrc-PCMA.sh<br>
   client-H264-PCMA.sh<br>
I&#39;m using gst-plugins-good-0.10.20 (latest version I think)<br>
<br>
I get widely varying results.<br>
   * video (or audio) data freezes.<br>
   * the pipeline spontaneously breaks<br>
     (ERROR: from element /GstPipeline:pipeline0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse: pa_stream_writable_size() failed: Connection terminated)<br>
   * no video (or audio) at all<br>
<br>
What&#39;s the best way to debug this? </blockquote><div><br>running your pipeline after setting GST_DEBUG to a proper value (I suggest you to begin with 2) will give you some hints about what&#39;s going wrong. Increasing the number increases the verbosity.<br>
<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">In particular the last case where I never get any video data displayed, I can see lots of it being shipped to my client (rtp + rtcp packets
all look good).  How can I discover why there is no video?<br></blockquote><div><br>If you&#39;re dealing with the network, checking for lost packets is another good starting point. Even if you&#39;ve more than 80% of the video packets being properly received, you may not see anything because of no key frames ever being completely received.<br>
<br>Regards<br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Any ideas or pointers?<br>
<br>
Thanks<br>
<br>
--<br>
------------------------------------------------------------<br>
Gary Thomas                 |  Consulting for the<br>
MLB Associates              |    Embedded world<br>
------------------------------------------------------------<br>
<br>
------------------------------------------------------------------------------<br>
Start uncovering the many advantages of virtual appliances<br>
and start using them to simplify application deployment and<br>
accelerate your shift to cloud computing.<br>
<a href="http://p.sf.net/sfu/novell-sfdev2dev" target="_blank">http://p.sf.net/sfu/novell-sfdev2dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>