diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/odr-dabmux.1 | 8 | ||||
-rw-r--r-- | man/odr-zmq2edi.1 | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/man/odr-dabmux.1 b/man/odr-dabmux.1 index 2bf6dc4..cba7bf3 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -11,12 +11,14 @@ inputs into an ETI output. It can be used off-line (i.e. not real-time) to gener ETI data for later processing, or in a real-time streaming scenario (e.g. in a transmitter). .PP -odr\-dabmux can read input audio or data from files (“.mp2” for DAB, “.dabp” -for DAB+), FIFOs (also called “named pipes”), or from a network connection. This +odr\-dabmux can read input audio or data from files (".mp2" for DAB, ".dabp" +for DAB+), FIFOs (also called "named pipes"), or from a network connection. This network connection can use UDP (STI-D) or EDI. .PP The configuration of the multiplexer is given in a configuration file, whose format is defined in the example files in the doc/ folder inside the ODR-DabMux repository. .SH SEE ALSO -odr\-audioenc(1), odr\-audioenc(1), odr\-dabmod(1) +odr\-audioenc(1), odr\-zmq2edi(1), odr\-dabmod(1) + +A user guide for the mmbTools is available http://www.opendigitalradio.org/ diff --git a/man/odr-zmq2edi.1 b/man/odr-zmq2edi.1 index 91e8888..5315a53 100644 --- a/man/odr-zmq2edi.1 +++ b/man/odr-zmq2edi.1 @@ -64,3 +64,8 @@ Select the source IP in case we want to use multicast. .TP \fB\-t\fR <ttl> Set the packet's TTL. + +.SH SEE ALSO +odr\-dabmux(1), odr\-audioenc(1), odr\-dabmod(1) + +A user guide for the mmbTools is available http://www.opendigitalradio.org/ |