[gst-devel] udpsink issues

Wim Taymans wim.taymans at gmail.com
Tue Aug 24 15:38:58 CEST 2010


On Tue, 2010-08-24 at 09:30 -0400, Greg Wunder wrote:
> Do you have a proposed revised pipeline?

You could use RTP, like:

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

you should probably also read:
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtp/README#n251

Wim

> 
> -----Original Message-----
> From: Wim Taymans [mailto:wim.taymans at gmail.com]
> Sent: Tue 8/24/2010 9:06 AM
> To: Discussion of the development of GStreamer
> Subject: Re: [gst-devel] udpsink issues
> 
> On Mon, 2010-08-23 at 11:50 -0400, Greg Wunder 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?
> 
> The maximum packet size of udp is 65536 bytes. Your raw decoded video
> frame is likely bigger and thus will not be sent on the network. What
> you are doing is not possible.
> 
> Wim
> 
> > are there better network based sinks to use?
> >
> > Greg
> >
> >
> ------------------------------------------------------------------------------
> > 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
> 
> 
> 
> ------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook
> users
> worldwide. Take advantage of special opportunities to increase revenue
> and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
> 
> 
> 
> ------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users 
> worldwide. Take advantage of special opportunities to increase revenue and 
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> _______________________________________________ gstreamer-devel mailing list gstreamer-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-devel






More information about the gstreamer-devel mailing list