diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-16 21:05:22 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-16 21:05:22 +0100 |
commit | e48d12851f2007d25524289055bc91f38ae95997 (patch) | |
tree | 3659f36c0ddedbc5d2aac17b9e47f9668bfd348c | |
parent | 512415b5bb8aa3f67d60065efd5af0fef56ba8c3 (diff) | |
download | ODR-SourceCompanion-e48d12851f2007d25524289055bc91f38ae95997.tar.gz ODR-SourceCompanion-e48d12851f2007d25524289055bc91f38ae95997.tar.bz2 ODR-SourceCompanion-e48d12851f2007d25524289055bc91f38ae95997.zip |
Add example and TODO to README
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |