summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2009-05-24 19:52:03 -0400
committerPaul W. Frields <stickster@gmail.com>2009-05-24 19:52:03 -0400
commit3f5ad93c2267aec13f5b45bdad7e1a2e2a133101 (patch)
treeca069eb1f671969e48c1cb0055b19aaf6d1123c1 /README
parentac015fa777ad78229caf76e6de863d2a207c3709 (diff)
downloadpulsecaster-3f5ad93c2267aec13f5b45bdad7e1a2e2a133101.tar.gz
pulsecaster-3f5ad93c2267aec13f5b45bdad7e1a2e2a133101.tar.xz
pulsecaster-3f5ad93c2267aec13f5b45bdad7e1a2e2a133101.zip
Add reference info about gstreamer pipeline
Diffstat (limited to 'README')
-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