Opendigitalradio / ODR-DabMux

ODR-DabMux is a DAB (Digital Audio Broadcasting) multiplexer, part of the ODR-mmbTools.
https://www.opendigitalradio.org
Other
48 stars 35 forks source link

Add EDI-NI TS Output #66

Closed maceyldn closed 1 year ago

maceyldn commented 1 year ago

This PR adds a EDI over TS output. It is able to act as an SRT caller or UDP multicast/unicast sender.

Config is via usual edi_output, see advanced.mux for details.

Build output is disabled by default, enabled by calling configure --enable-output-ts.

This PR requires tsduck >= 3.34. (https://github.com/tsduck/tsduck) it is advisable to install tsduck like this: "make NOVATEK=1 NODEKTEC=1 NOPCSC=1 install"

Andy

maceyldn commented 1 year ago

Adding more functionality... closing for now...