[gst-devel] YUV data transfer using TCP/IP

sudarshan bisht bisht.sudarshan at gmail.com
Wed May 6 10:45:58 CEST 2009


Thanks a lot Tim , used videoparse  , working fine now . :)

On Wed, May 6, 2009 at 2:08 PM, Tim-Philipp Müller <t.i.m at zen.co.uk> wrote:

>  On Wed, 2009-05-06 at 13:48 +0530, sudarshan bisht wrote:
> > I am trying to send raw yuv data over  the network using tcpserversink
> > and tcpclientsrc plugins using following pipelines :
> >
> > On Server :   gst-launch filesrc location=test.mp4 ! qtdemux !
> > ffdec_h264 ! tcpserversink
> > On Client :    gst-launch tcpclientsrc !
> >
> 'video/x-raw-yuv,width=352,height=288,framrate=(fraction)25/1,format=(fourcc)I420,
> ! autovideosink
> >
> >             This perfectly works on localhost .
> >
> >      But when I try same thing on two systems by giving proper host IP
> > and port number ,  i dont get the displayed output correct and when I
> > dump yuv data in a file that comes correct.
> >
> >   Any Idea what is going wrong ?
>
> Most likely the sizes/chunking isn't maintained. You could try using
> either gdppay/gdpdepay on both ends, or putting a videoparse element
> after the source where there's currently a capsfilter.
>
> Cheers
>  -Tim
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>



-- 
Regards,

Sudarshan Bisht
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090506/d5e4ddbb/attachment.htm>


More information about the gstreamer-devel mailing list