need help for transferring YUV data via TCP/IP

Dušan Poizl poizl at maindata.sk
Wed Jun 11 01:06:02 PDT 2014


try

gst-launch-1.0 videotestsrc ! rtpvrawpay ! tcpserversink

gst-launch-1.0 tcpclientsrc port=5588 ! rtpvrawdepay ! ...


Dňa 11.06.2014 04:12, chewep wrote / napísal(a):
> Dear all,
>
> I would want to transfer webcam YUV data via TCP/IP to another PC for post
> processing. If possible I want to strip off U&V values before sending out
> the data. The below commands which I have found from this website are closer
> to my application. However they are not complete commands, any comments and
> amendments are highly appreciated. Thanks in advance. 
>
>
>
> Server:
> gst-launch-1.0 videotestsrc ! tcpserversink port=5588 host=xx.xx.xx.xx
>
> Client:
> gst-launch-1.0 tcpclientsrc port=5588 host=xx.xx.xx.xx
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/need-help-for-transferring-YUV-data-via-TCP-IP-tp4667442.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list