diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-12 19:02:45 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-02-12 19:02:45 +0100 |
commit | b396a7eff34173fd4a9e48d8e4cfa5bab7fa603f (patch) | |
tree | 34e1d78c8c358cf329aa6c049e5ca02bcf87d82f /README.md | |
download | ODR-SourceCompanion-b396a7eff34173fd4a9e48d8e4cfa5bab7fa603f.tar.gz ODR-SourceCompanion-b396a7eff34173fd4a9e48d8e4cfa5bab7fa603f.tar.bz2 ODR-SourceCompanion-b396a7eff34173fd4a9e48d8e4cfa5bab7fa603f.zip |
Add initial copy-pasted code
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4de7ee9 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +ODR-SourceCompanion +=================== + +The ODR-SourceCompanion is a tool used to connect audio encoders to +ODR-DabMux through its ZeroMQ interface. + +For detailed usage, see the usage screen of the tool with the *-h* option. + +More information is available on the +[Opendigitalradio wiki](http://opendigitalradio.org) + +How to build +============= + +Requirements: + +* A C++11 compiler +* Install ZeroMQ 4.0.4 or more recent + * If your distribution does not include it, take it from + from http://download.zeromq.org/zeromq-4.0.4.tar.gz + +This package: + + ./bootstrap + ./configure + make + sudo make install + + +How to use +========== + +We assume that you have a ODR-DabMux configured for an ZeroMQ +input on port 9000. + + DST="tcp://yourserver:9000" + BITRATE=64 |