diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-30 12:07:20 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-30 12:07:20 +0100 |
commit | 4f79f0eb5dfa446ea44668947efe8d8273ab86b1 (patch) | |
tree | 63650870b2c1a188dbe9dc52c0a1ce0eeb326f4d | |
parent | 48e7a18d4002ac82249002a36a5d89c1cea16f32 (diff) | |
download | ODR-SourceCompanion-4f79f0eb5dfa446ea44668947efe8d8273ab86b1.tar.gz ODR-SourceCompanion-4f79f0eb5dfa446ea44668947efe8d8273ab86b1.tar.bz2 ODR-SourceCompanion-4f79f0eb5dfa446ea44668947efe8d8273ab86b1.zip |
Update README
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -2,7 +2,7 @@ ODR-SourceCompanion =================== The ODR-SourceCompanion is a tool used to connect audio encoders to -ODR-DabMux through its ZeroMQ interface. +ODR-DabMux through its EDI and ZeroMQ interfaces. For detailed usage, see the usage screen of the tool with the *-h* option. @@ -28,15 +28,12 @@ This package: How to use ========== -We assume that you have a ODR-DabMux configured for an ZeroMQ +We assume that you have a ODR-DabMux configured for an EDI 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 + -e tcp://yourserver:9000 |