<br><br><div class="gmail_quote">On Mon, Aug 23, 2010 at 12:50 PM, Greg Wunder <span dir="ltr">&lt;<a href="mailto:gwunder@eoir.com">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">Hi -<br>
<br>
I have a H.264 encoded file that I want to stream via use of udpsink.<br>
I&#39;ve tried most of the online examples, but cannot seem to get an end app to receive this data from using gst-launch.<br>
Current syntax used is : gst-launch filesrc /home/gw/001.mpg ! decodebin ! udpsink host=192.168.11.255 port=9000.<br>
What am I missing?<br></font></p></div></blockquote><div>its hardly to say....your pipe seems to be ok, it can be something on the receiver app.<br><br>On gstreamer you can see if there is any data flowing on you pipeline running your pipe with a identity element:<br>
<br><font size="2">gst-launch -v filesrc /home/gw/001.mpg ! decodebin ! identity ! udpsink host=192.168.11.255 port=9000</font><br> <br>to know if you are actually receiving the data i would recommend wireshark, its the only way to be sure if you are really receiving the packets... or show us your receiving app.<br>
</div><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">
Are there better network based sinks to use?<br></font></p></div></blockquote><div>if you plan to use udp... udpsink/src is the best you will get.<br> </div><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"><font color="#888888">
<br>
Greg</font></font></p></div></blockquote><div><br>best regards,<br>Katcipis <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>
<p>
</p>

</div>
<br>------------------------------------------------------------------------------<br>
This SF.net email is sponsored by<br>
<br>
Make an app they can&#39;t live without<br>
Enter the BlackBerry Developer Challenge<br>
<a href="http://p.sf.net/sfu/RIM-dev2dev" target="_blank">http://p.sf.net/sfu/RIM-dev2dev</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>
<br></blockquote></div><br><br clear="all"><br>-- <br><a href="http://www.getgnulinux.org/windows">http://www.getgnulinux.org/windows</a><br>