Sink for sending data via librsync-lib

Nicolas Dufresne nicolas.dufresne at collabora.co.uk
Fri Nov 4 07:10:00 PDT 2011


Le jeudi 03 novembre 2011 à 18:26 +0100, Eugen Funk a écrit :
> Dear community,
> does somebody know about a feature in one of the plugins, where I can
> send image/video data using the stable rsync protocol to a remote
> server?

Well rsync is made for syncing existing files (or files hierarchy), not
streaming. But if you simply want to record and upload your stream at
the same time there exist multiple solutions. First I would suggest
using sshfs and a normal filesink. Otherwise you could try this too:
        
        gst-launch v4l2src ! theoraenc ! oggmux ! fdsink fd=4 4>&1 1>&2
        | ssh server.com dd of=test.ogg

In a more serious way, you could create an SSH TCP tunnel and combine
tcpclientsink and tcpserversrc.

cheers,
Nicolas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20111104/05febfcb/attachment.htm>


More information about the gstreamer-devel mailing list