<!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>This still doesn't seem to resolve the problem.<BR>
Attached is a test log output from gst-launch when I run.<BR>
The pipeline attempted is (slightly different than earlier):<BR>
<BR>
gst-launch filesrc location=C:/test.mpg ! decodebin ! ffmpegcolorspace ! rtpvrawpay ! udpsink host=192.168.11.255 port=9000 ttl=75<BR>
<BR>
Maybe someone might have an idea what the issue is.<BR>
It does appear to be complaining about TTL, but I set this.<BR>
This log was generated using debug level 3 for the entire run.<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:38 AM<BR>
To: Discussion of the development of GStreamer<BR>
Subject: Re: [gst-devel] udpsink issues<BR>
<BR>
On Tue, 2010-08-24 at 09:30 -0400, Greg Wunder wrote:<BR>
> Do you have a proposed revised pipeline?<BR>
<BR>
You could use RTP, like:<BR>
<BR>
gst-launch filesrc /home/gw/001.mpg ! decodebin ! ffmpegcolorspace !<BR>
rtpvrawpay ! udpsink host=192.168.11.255 port=9000<BR>
<BR>
you should probably also read:<BR>
<A HREF="http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtp/README#n251">http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtp/README#n251</A><BR>
<BR>
Wim<BR>
<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<BR>
> udpsink.<BR>
> > I've tried most of the online examples, but cannot seem to get an<BR>
> 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>
> ------------------------------------------------------------------------------<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<BR>
> mailing list 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>
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program<BR>
> Be part of this innovative community and reach millions of netbook<BR>
> users<BR>
> worldwide. Take advantage of special opportunities to increase revenue<BR>
> 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>
><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>
> _______________________________________________ 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>
<BR>
<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>