blob: 0d60c6819e8edd0cde05a32966808059bb1e1ada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
Overview
========
ODR-DabMux is a *DAB (Digital Audio Broadcasting) multiplexer* compliant to
ETSI EN 300 401. It is the continuation of the work started by the
Communications Research Center Canada on CRC-DabMux, and is now pursued in the
[Opendigitalradio project](http://opendigitalradio.org).
ODR-DabMux is part of the ODR-mmbTools tool set. More information about the
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
- ZeroMQ ETI output that can be used with ODR-DabMod
- ZeroMQ input that can be used with FDK-AAC-DABplus
and Toolame-DAB, and supports CURVE authentication
- Logging to syslog
- Monitoring using munin tool
- Includes a Telnet and ZMQ Remote Control for setting/getting parameters
- EDI output
- Something that will one day become a nice GUI for configuration,
see gui/README.md
The src/ directory contains the source code of ODR-DabMux.
The doc/ directory contains the ODR-DabMux documentation, an example
configuration file, and the example munin script for the statistics
server.
The lib/ directory contains source code of libraries needed to build
ODR-DabMux.
Install
=======
See the INSTALL.md file for installation instructions.
Licence
=======
See the files LICENCE and COPYING
Contact
=======
You can reach users and developers through the CRC-mmbTools
google group.
Developed by:
Matthias P. Braendli *matthias [at] mpb [dot] li*
Pascal Charest *pascal [dot] charest [at] crc [dot] ca*
- http://opendigitalradio.org/
- http://mmbtools.crc.ca/
- http://mpb.li/
|