summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-05-31 07:54:14 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-05-31 07:54:14 +0200
commitd568e4fc279a06b3f2ebc5e254756608fe48d2c2 (patch)
treece28f126efd24d3752b748c52e282ea7de3337a9
parentb5d2bf1b4c371e1238419f5a4bca45bba7a9d7e9 (diff)
downloadODR-AudioEnc-d568e4fc279a06b3f2ebc5e254756608fe48d2c2.tar.gz
ODR-AudioEnc-d568e4fc279a06b3f2ebc5e254756608fe48d2c2.tar.bz2
ODR-AudioEnc-d568e4fc279a06b3f2ebc5e254756608fe48d2c2.zip
Describe libvlc file input in README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 37b93ed..f74c0b1 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,12 @@ Wave file encoding, for non-realtime processing
odr-audioenc -b $BITRATE -i wave_file.wav -o station1.dabp
+Scenario *file that VLC supports*
+---------------------------------
+If you want to input a file through libvlc, you need to give an absolute path:
+
+ odr-audioenc -b $BITRATE -v file:///home/odr/audio/source.mp3 -o station1.dabp
+
Scenario *ALSA*
---------------
Live Stream from ALSA sound card at 32kHz, with ZMQ output for ODR-DabMux: