[gst-devel] YUV data transfer using TCP/IP
sudarshan bisht
bisht.sudarshan at gmail.com
Wed May 6 10:18:01 CEST 2009
Hi all ,
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 ?
--
Regards,
Sudarshan Bisht
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090506/a17e0d40/attachment.htm>
More information about the gstreamer-devel
mailing list