<br><br><div class="gmail_quote">On Tue, Aug 24, 2010 at 4:39 AM, Tiago Katcipis <span dir="ltr">&lt;<a href="mailto:katcipis@inf.ufsc.br">katcipis@inf.ufsc.br</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;">
<br><br><div class="gmail_quote"><div class="im">On Mon, Aug 23, 2010 at 6:36 PM, Greg Wunder <span dir="ltr">&lt;<a href="mailto:gwunder@eoir.com" target="_blank">gwunder@eoir.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;">








<div>


<p><font size="2">I&#39;ve tested my end application with other sending apps ok.<br>
I also do not see any data in Wireshark when testing.<br>
If I send &quot;ping&quot; commands from the same machine, Wireshark sees these, but the data in udpsink doesn&#39;t seem to be pushed out at all...</font></p></div></blockquote></div><div><br>that is pretty odd... which version of gstreamer are you running and in which system? (udpsink can have some problems on windows, depending on the version of gstreamer that you are using)<br>

<br>have you tried a identity before your udpsink just to be sure that data is flowing trough your pipe? (i must admit that given the simplicity of the pipe i don&#39;t know why it wouldn&#39;t go to play... but anything is possible :-)).<br>

<br>you can try debugging with a --gst-debug=udpsink:5 or --gst-debug=5 to see if anything odd appears on the debug.<br><br><a href="http://www.gstreamer.net/data/doc/gstreamer/head/manual/html/section-checklist-debug.html" target="_blank">http://www.gstreamer.net/data/doc/gstreamer/head/manual/html/section-checklist-debug.html</a><br>
<br></div></div></blockquote><div><br>I agree, you should try after enabling debugging.<br>Usually setting the environment variable GST_DEBUG=*:3 suffices for me, cuz 5 gives way too much info for a first level debugging.<br>
<br>I had faced a similar issue some time ago.<br>In my case, I could see the following error/warning : &quot;message size too long&quot; in the debug logs. As a result it was not able to send it on udp. <br>However,  my encoder had a fault and as soon as I fixed it, I could wrap the correct RTP payload after encoding it and was able to send the packets out correctly.<br>
<br>--<br>Raseel <br></div></div>