<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [gst-devel] udpsink issues</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I'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't seem to be pushed out at all...<BR>
<BR>
-----Original Message-----<BR>
From: Tiago Katcipis [<A HREF="mailto:katcipis@inf.ufsc.br">mailto:katcipis@inf.ufsc.br</A>]<BR>
Sent: Mon 8/23/2010 5:33 PM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] udpsink issues<BR>
<BR>
On Mon, Aug 23, 2010 at 12:50 PM, Greg Wunder &lt;gwunder@eoir.com&gt; wrote:<BR>
<BR>
&gt;&nbsp; Hi -<BR>
&gt;<BR>
&gt; I have a H.264 encoded file that I want to stream via use of udpsink.<BR>
&gt; I've tried most of the online examples, but cannot seem to get an end app<BR>
&gt; to receive this data from using gst-launch.<BR>
&gt; Current syntax used is : gst-launch filesrc /home/gw/001.mpg ! decodebin !<BR>
&gt; udpsink host=192.168.11.255 port=9000.<BR>
&gt; What am I missing?<BR>
&gt;<BR>
its hardly to say....your pipe seems to be ok, it can be something on the<BR>
receiver app.<BR>
<BR>
On gstreamer you can see if there is any data flowing on you pipeline<BR>
running your pipe with a identity element:<BR>
<BR>
gst-launch -v filesrc /home/gw/001.mpg ! decodebin ! identity ! udpsink<BR>
host=192.168.11.255 port=9000<BR>
<BR>
to know if you are actually receiving the data i would recommend wireshark,<BR>
its the only way to be sure if you are really receiving the packets... or<BR>
show us your receiving app.<BR>
<BR>
&gt; Are there better network based sinks to use?<BR>
&gt;<BR>
if you plan to use udp... udpsink/src is the best you will get.<BR>
<BR>
<BR>
&gt;<BR>
&gt; Greg<BR>
&gt;<BR>
<BR>
best regards,<BR>
Katcipis<BR>
<BR>
&gt;<BR>
&gt;<BR>
&gt; ------------------------------------------------------------------------------<BR>
&gt; This SF.net email is sponsored by<BR>
&gt;<BR>
&gt; Make an app they can't live without<BR>
&gt; Enter the BlackBerry Developer Challenge<BR>
&gt; <A HREF="http://p.sf.net/sfu/RIM-dev2dev">http://p.sf.net/sfu/RIM-dev2dev</A><BR>
&gt; _______________________________________________<BR>
&gt; gstreamer-devel mailing list<BR>
&gt; gstreamer-devel@lists.sourceforge.net<BR>
&gt; <A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
&gt;<BR>
&gt;<BR>
<BR>
<BR>
--<BR>
<A HREF="http://www.getgnulinux.org/windows">http://www.getgnulinux.org/windows</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>