How to send an image to a remote machine on the same network

Yasushi SHOJI yasushi.shoji at gmail.com
Thu Jul 6 00:10:21 UTC 2017


Hi

On Thu, Jul 6, 2017 at 1:01 AM, Farzan <farzan.zaheer at gmail.com> wrote:
>
> gst-launch v4l2src num-buffers=1 ! jpegenc ! filesink location=image.jpg
>
> Now I want to send this image to a remote computer (Windows) on the same
> network using udp or tcp. Can anyone provde me sender and receiver
piplines.

How about these:

$ gst-launch-1.0 -v tcpserversrc host=0.0.0.0 port=50002 ! gdpdepay !
autovideoconvert ! autovideosink
$ gst-launch-1.0 -v v4l2src num-buffers=1 ! gdppay ! tcpclientsink
host=0.0.0.0 port=50002
-- 
              yashi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170706/a3555801/attachment.html>


More information about the gstreamer-devel mailing list