diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-23 09:19:11 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-23 09:19:11 +0100 |
commit | f93da1ac5da7081b097d1420609b1833663493cd (patch) | |
tree | c7e9e984b62419b8ac9867a6a0482ecd4018a047 /README.md | |
parent | acfabd815f1be870ea01120248384c663832e2b2 (diff) | |
download | dabmux-f93da1ac5da7081b097d1420609b1833663493cd.tar.gz dabmux-f93da1ac5da7081b097d1420609b1833663493cd.tar.bz2 dabmux-f93da1ac5da7081b097d1420609b1833663493cd.zip |
Prepare v1.3.2v1.3.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 15 insertions, 14 deletions
@@ -11,6 +11,7 @@ ODR-mmbTools is available in the *guide*, available on the [Opendigitalradio mmbTools page](http://www.opendigitalradio.org/mmbtools). Features of ODR-DabMux: + - Standards-compliant DAB multiplexer - Configuration file, see doc/example.mux - Timestamping support required for SFN @@ -18,47 +19,48 @@ Features of ODR-DabMux: - ZeroMQ input that can be used with ODR-AudioEnc which supports CURVE authentication - Experimental STI-D(PI, X)/RTP input intended to be compatible - with AVT encoders. + with compliant encoders. - Logging to syslog - Monitoring using munin tool - Includes a Telnet and ZMQ Remote Control for setting/getting parameters - EDI output - Support for FarSync TE1 and TE1e cards (G.703) -- Something that will one day become a nice GUI for configuration, - see gui/README.md +- Something that will (with your help?) one day become a nice GUI for + configuration, see `gui/README.md` -Additional tools: odr-zmq2edi, a tool that can convert a ZeroMQ ETI stream -to an EDI stream. odr-zmq2farsync, a tool that can drive a FarSync card from +Additional tools: `odr-zmq2edi`, a tool that can convert a ZeroMQ ETI stream +to an EDI stream. `odr-zmq2farsync`, a tool that can drive a FarSync card from a ZeroMQ ETI stream. -The src/ directory contains the source code of ODR-DabMux and the additional +The `src/` directory contains the source code of ODR-DabMux and the additional tools. -The doc/ directory contains the ODR-DabMux documentation, a few example +The `doc/` directory contains the ODR-DabMux documentation, a few example configuration files, and the munin and xymon scripts for the statistics server. -The lib/ directory contains source code of libraries needed to build +The `lib/` directory contains source code of libraries needed to build ODR-DabMux. Install ======= -See the INSTALL.md file for installation instructions. +See `INSTALL.md` file for installation instructions. Licence ======= -See the files LICENCE and COPYING +See the files `LICENCE` and `COPYING` Contributions and Contact ========================= Contributions to this tool are welcome, you can reach users and developers through the -[CRC-mmbTools google group](https://groups.google.com/forum/#!forum/crc-mmbtools). +[CRC-mmbTools google group](https://groups.google.com/forum/#!forum/crc-mmbtools) +or any other channels mentioned on the ODR website. There is a list of ideas and thoughts about new possible features and improvements -in the TODO file. +in the `TODO` file. Developed by: @@ -73,6 +75,5 @@ David Lutton, Yoann Queret and Stefan Pöschel for bug-fix patches, Wim Nelis for the Xymon monitoring scripts, and many more for feedback and bug reports. - -- http://opendigitalradio.org/ +- [http://opendigitalradio.org/](http://opendigitalradio.org/) |