Introduction ============ sydra is a toolbox which allows you to set up multiple bidirectional Video/Audio streams from external locations. sydra has been written to be used for the Elevate Festival in Graz Austria in order to involve external locations to present themselves at the festival. Sydra is based on GStreamer and is written in C. Sydra consists of several components: tba... Dependencies ============ Linux ----- core: build-essential libgstreamer1.0-dev pkg-config if you want to use clang as compiler clang Installation ============ Getting the source via GIT: --------------------------- git clone git://git.spreadspace.org/sydra.git cd sydra Building from source -------------------- # cd src # ./configure # make Installing ---------- # sudo make install This will install sydra under the --prefix defined with configure. Uninstalling ------------ # sudo make remove