DAB multiplexing
(→Multiplexing with CRC-DabMux) |
(Remove old odr-dabmux with pipes and stuff) |
(10 intermediate revisions by 3 users not shown) |
Latest revision as of 21:02, 27 November 2014
The multiplexer gather different program streams (DAB, DAB+ or T-DMB), produces necessary signalling and output a single 2Mbit/s stream in ETI format (Ensemble Transport Interface).
Contents |
[edit] Multiplexing with and ODR-DabMux
- ODR-DabMux Opendigitalradio fork of the Free/open source DAB/DAB+/T-DMB multiplexer from CRC.
This multiplexer can work with a professional modulator by using a E1 G.703 interface card. For example, Farsite is manufacturing an E1 card supported under linux called Farsync TE1.
[edit] Live multiple input
The multiplexer can take files, FIFOs or a ZeroMQ connection as input. For a scenario with live multiple input, the preferred interconnection is using ZeroMQ sockets, which can be used to create a very robust setup. The encoders from both toolame-dab and fdk-aac-dabplus support the corresponding ZeroMQ output.
An example configuration which encodes two programmes live is available in the examplesite configuration of the dab-scripts repository.
[edit] CRC-DabMux
- CRC-DabMux is the original free/open source DAB/DAB+/T-DMB multiplexer from CRC. The project has been stopped by CRC. It has been forked by Opendigitalradio and development continues as ODR-DabMux
[edit] Other projects
[edit] Ensemble Transport Interface
Check Ensemble Transport Interface page for implementations.