aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-02-16 21:05:22 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-02-16 21:05:22 +0100
commite48d12851f2007d25524289055bc91f38ae95997 (patch)
tree3659f36c0ddedbc5d2aac17b9e47f9668bfd348c /README.md
parent512415b5bb8aa3f67d60065efd5af0fef56ba8c3 (diff)
downloadODR-SourceCompanion-e48d12851f2007d25524289055bc91f38ae95997.tar.gz
ODR-SourceCompanion-e48d12851f2007d25524289055bc91f38ae95997.tar.bz2
ODR-SourceCompanion-e48d12851f2007d25524289055bc91f38ae95997.zip
Add example and TODO to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4de7ee9..9a34c82 100644
--- a/README.md
+++ b/README.md
@@ -35,3 +35,14 @@ input on port 9000.
DST="tcp://yourserver:9000"
BITRATE=64
+
+Also, assuming you have an AVT encoder on the IP address 192.168.128.111 and a fifo for ODR-PadEnc
+
+ odr-sourcecompanion -c 2 -b 80 -r 48000 --sbr -p 32 -P fifo.pad --pad-port=9405 \
+ --input-uri=udp://:32010 --control-uri=udp://192.168.128.111:9325 --jitter-size=80 \
+ -o $DST
+
+TODO
+====
+
+A proper setting for the audio level in the ZeroMQ output metadata fields.