[gst-devel] udpsink issues

Wim Taymans wim.taymans at gmail.com
Tue Aug 24 15:06:18 CEST 2010


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






More information about the gstreamer-devel mailing list