tcp ogg broadcasting

Lee Matthews lma at spaceapplications.com
Fri Jun 13 07:59:08 PDT 2014


Hi,

If I wish to rebroadcast an ogg stream over tcp from one client to many clients, could I do something like the following :


camera_transmitter :

gst-launch v4l2src ! theoraenc ! oggmux ! tcpserversink host=0.0.0.0


broadcast_pc :

gst-launch tcpclientsrc host=camera_transmitter ! tcpserversink host=0.0.0.0


viewer_pc :

gst-launch tcpclientsrc host=broadcast_pc ! oggdemux ! theoradec ! autovideosink


Could a system such as the above function ?

Thanks
Lee


More information about the gstreamer-devel mailing list