<!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>Do you have a proposed revised pipeline?<BR>
<BR>
-----Original Message-----<BR>
From: Wim Taymans [<A HREF="mailto:wim.taymans@gmail.com">mailto:wim.taymans@gmail.com</A>]<BR>
Sent: Tue 8/24/2010 9:06 AM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] udpsink issues<BR>
<BR>
On Mon, 2010-08-23 at 11:50 -0400, Greg Wunder wrote:<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<BR>
> app to receive this data from using gst-launch.<BR>
> Current syntax used is : gst-launch filesrc /home/gw/001.mpg !<BR>
> decodebin ! udpsink host=192.168.11.255 port=9000.<BR>
> What am I missing?<BR>
<BR>
The maximum packet size of udp is 65536 bytes. Your raw decoded video<BR>
frame is likely bigger and thus will not be sent on the network. What<BR>
you are doing is not possible.<BR>
<BR>
Wim<BR>
<BR>
> are there better network based sinks to use?<BR>
><BR>
> Greg<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>
> _______________________________________________ gstreamer-devel mailing list gstreamer-devel@lists.sourceforge.net <A HREF="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</A><BR>
<BR>
<BR>
<BR>
------------------------------------------------------------------------------<BR>
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program<BR>
Be part of this innovative community and reach millions of netbook users<BR>
worldwide. Take advantage of special opportunities to increase revenue and<BR>
speed time-to-market. Join now, and jumpstart your future.<BR>
<A HREF="http://p.sf.net/sfu/intel-atom-d2d">http://p.sf.net/sfu/intel-atom-d2d</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>
</FONT>
</P>
</BODY>
</HTML>