<div dir="ltr">Hi<br><br>On Thu, Jul 6, 2017 at 1:01 AM, Farzan <<a href="mailto:farzan.zaheer@gmail.com">farzan.zaheer@gmail.com</a>> wrote:<br>><br>> gst-launch v4l2src num-buffers=1 ! jpegenc ! filesink location=image.jpg<br>><br>> Now I want to send this image to a remote computer (Windows) on the same<br>> network using udp or tcp. Can anyone provde me sender and receiver piplines.<br><br><div>How about these:</div><div><br></div><div><div>$ gst-launch-1.0 -v tcpserversrc host=0.0.0.0 port=50002 ! gdpdepay ! autovideoconvert ! autovideosink</div></div><div><div>$ gst-launch-1.0 -v v4l2src num-buffers=1 ! gdppay ! tcpclientsink host=0.0.0.0 port=50002</div></div><div>-- </div><div>              yashi</div><div><br></div></div>