summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 811c296..7a0af9c 100644
--- a/README
+++ b/README
@@ -12,3 +12,12 @@ run the following command to try it out:
$ cd /some/path/pulsecaster
$ ./pulsecaster.py
+
+GSTREAMER
+=========
+The pipeline for capturing from a running PulseAudio source:
+
+gst-launch pulsesrc device-name='<NAME>' \
+ ! vorbisenc quality=0.5 \
+ ! oggmux \
+ ! filesink location=foo.ogg