[gst-devel] Distributed pipelines with gstreamer

Ronald Bultje rbultje at ronald.bitfreak.net
Mon Mar 15 08:33:36 CET 2004


Hi Yogesh,

On 15 Mar 2004, Yogesh Kumar wrote:
> Are there ways to create a pipleine that spans across multiple
> machines?

We have network elements: tcpsrc/tcpsink and udpsrc/udpsink. I suppose
that for distributed work, you want tcpsrc/tcpsink. udpsrc/udpsink is more
suited for real-time streaming.

On one machine:

foo... ! tcpsink ip=a.b.c.d

on the other:

tcpsrc ip=w.x.y.z ! bar...

That's about it. I think the property 'ip' isn't actually called 'ip',
though.

Ronald





More information about the gstreamer-devel mailing list