[gst-devel] udpsink issues

Greg Wunder gwunder at eoir.com
Mon Aug 23 23:36:44 CEST 2010


I've tested my end application with other sending apps ok.
I also do not see any data in Wireshark when testing.
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...

-----Original Message-----
From: Tiago Katcipis [mailto:katcipis at inf.ufsc.br]
Sent: Mon 8/23/2010 5:33 PM
To: Discussion of the development of GStreamer
Subject: Re: [gst-devel] udpsink issues
 
On Mon, Aug 23, 2010 at 12:50 PM, Greg Wunder <gwunder at eoir.com> wrote:

>  Hi -
>
> I have a H.264 encoded file that I want to stream via use of udpsink.
> I've tried most of the online examples, but cannot seem to get an end app
> to receive this data from using gst-launch.
> Current syntax used is : gst-launch filesrc /home/gw/001.mpg ! decodebin !
> udpsink host=192.168.11.255 port=9000.
> What am I missing?
>
its hardly to say....your pipe seems to be ok, it can be something on the
receiver app.

On gstreamer you can see if there is any data flowing on you pipeline
running your pipe with a identity element:

gst-launch -v filesrc /home/gw/001.mpg ! decodebin ! identity ! udpsink
host=192.168.11.255 port=9000

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.

> Are there better network based sinks to use?
>
if you plan to use udp... udpsink/src is the best you will get.


>
> Greg
>

best regards,
Katcipis

>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>


-- 
http://www.getgnulinux.org/windows

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100823/b6f9c9ae/attachment.htm>


More information about the gstreamer-devel mailing list