summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-08 22:46:14 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-08 22:46:14 +0200
commit413d81b7e4a5966d344ef5886cc0c21d4d0f91fe (patch)
tree9dcf46e2365b0a31a9b0aac7f6559830716674dd
parentadded scripts for clients (diff)
updated readme
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 90b16e0..268ab33 100644
--- a/README
+++ b/README
@@ -24,7 +24,14 @@ sydra-rtp:
The keepalive messages are also a simple way to work around NAT and
firewalls (UDP hole punching).
-tba...
+sydra-launch:
+ This utility is basically a gst-launch equivalent.
+ It creates and runs a gstreamer pipeline which is configured through command-line
+ arguments. The syntax for the pipeline description is the same as for gst-launch.
+ The sole purpose of this program is that it allows to set the app-name which will
+ get used for example by xvimagesink to set the window title. This is needed for
+ sydra to tell a tiling window manager where a window should be shown.
+
Dependencies
============
@@ -34,6 +41,7 @@ Linux
core:
build-essential
+ libglib2.0-dev
libgstreamer1.0-dev
pkg-config