blob: acdd12482985b91205387c8b0a5f3082ffd4ac96 (
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
|
OVERVIEW
========
ODR-DabMux is a fork of CRC-DabMux, which was developed by the Communications
Research Center Canada. It has been forked by the Opendigitalradio project.
ODR-DabMux is a DAB (Digital Audio Broadcasting) multiplexer compliant to
ETSI EN 300 401.
In addition to the features of CRC-DabMux, this fork contains:
- configuration file support, see doc/example.mux
- timestamping support required for SFN
- a ZeroMQ ETI output that can be used with ODR-DABMOD
- a ZeroMQ dabplus input that can be used with fdk-aac-dabplus-zmq
and toolame-dab
- supports logging to syslog
- supports ZMQ input monitoring with munin tool
- supports a Telnet Remote Control for setting/getting parameters
(can change subchannel and component labels, and ZMQ input buffer
parameters)
The src/ directory contains the source code of ODR-DabMux.
The doc/ directory contains the ODR-DabMux documentation, and an example
configuration file.
The lib/ directory contains source code of libraries needed to build
ODR-DabMux.
INSTALL
=======
See the INSTALL file for installation instructions.
LICENCE
=======
See the files LICENCE and COPYING
CONTACT
=======
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/
|