diff options
author | colisee <64310405+colisee@users.noreply.github.com> | 2022-04-19 12:25:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 12:25:32 +0200 |
commit | 8ac173419fba145f0f4b30f345873654473ce240 (patch) | |
tree | e95459f3339b8496b11183e148832a965135b474 /man | |
parent | df2bb96727d945705cc65a3507eb485b6d886852 (diff) | |
parent | 290147d23dacaae2ca135cfef740edf3b498f26b (diff) | |
download | dabmux-8ac173419fba145f0f4b30f345873654473ce240.tar.gz dabmux-8ac173419fba145f0f4b30f345873654473ce240.tar.bz2 dabmux-8ac173419fba145f0f4b30f345873654473ce240.zip |
Merge branch 'Opendigitalradio:next' into next
Diffstat (limited to 'man')
-rw-r--r-- | man/odr-dabmux.1 | 10 | ||||
-rw-r--r-- | man/odr-zmq2edi.1 | 5 |
2 files changed, 11 insertions, 4 deletions
diff --git a/man/odr-dabmux.1 b/man/odr-dabmux.1 index 2bf6dc4..0a612e8 100644 --- a/man/odr-dabmux.1 +++ b/man/odr-dabmux.1 @@ -1,4 +1,4 @@ -.TH ODR-DABMUX "1" "April 2022" "odr-dabmux 4.1.0" "User Commands" +.TH ODR-DABMUX "1" "April 2022" "odr-dabmux 4.2.0" "User Commands" .SH NAME \fBodr\-dabmux\fR \- A software DAB multiplexer .SH SYNOPSIS @@ -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/ |