<!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 "ping" 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 <gwunder@eoir.com> wrote:<BR>
<BR>
> Hi -<BR>
><BR>
> I have a H.264 encoded file that I want to stream via use of udpsink.<BR>
> I've tried most of the online examples, but cannot seem to get an end app<BR>
> to receive this data from using gst-launch.<BR>
> Current syntax used is : gst-launch filesrc /home/gw/001.mpg ! decodebin !<BR>
> udpsink host=192.168.11.255 port=9000.<BR>
> What am I missing?<BR>
><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>
> Are there better network based sinks to use?<BR>
><BR>
if you plan to use udp... udpsink/src is the best you will get.<BR>
<BR>
<BR>
><BR>
> Greg<BR>
><BR>
<BR>
best regards,<BR>
Katcipis<BR>
<BR>
><BR>
><BR>
> ------------------------------------------------------------------------------<BR>
> This SF.net email is sponsored by<BR>
><BR>
> Make an app they can't live without<BR>
> Enter the BlackBerry Developer Challenge<BR>
> <A HREF="http://p.sf.net/sfu/RIM-dev2dev">http://p.sf.net/sfu/RIM-dev2dev</A><BR>
> _______________________________________________<BR>
> gstreamer-devel mailing list<BR>
> gstreamer-devel@lists.sourceforge.net<BR>
> <A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
><BR>
><BR>
<BR>
<BR>
--<BR>
<A HREF="http://www.getgnulinux.org/windows">http://www.getgnulinux.org/windows</A><BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>