summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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