diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-23 19:00:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-23 19:00:45 +0200 |
commit | b24baf8a1a59f87fae84a80115beaa73d3e5cd4f (patch) | |
tree | aa876e7b939f893b0f6ad6767dbaac43e2f5dd1c /production.tex | |
parent | 8d60e3486dd6b0f2dc72223dc3f660d5d6ab8e00 (diff) | |
download | mmbtools-doc-b24baf8a1a59f87fae84a80115beaa73d3e5cd4f.tar.gz mmbtools-doc-b24baf8a1a59f87fae84a80115beaa73d3e5cd4f.tar.bz2 mmbtools-doc-b24baf8a1a59f87fae84a80115beaa73d3e5cd4f.zip |
Rework to prefer EDI over ZeroMQ
Diffstat (limited to 'production.tex')
-rw-r--r-- | production.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/production.tex b/production.tex index 51430b5..af0a073 100644 --- a/production.tex +++ b/production.tex @@ -15,8 +15,8 @@ First, let us outline what our desired setup shall include: encoders; \item One machine is used for audio encoding web-streams, multiplexing and modulation; - \item ODR-AudioEnc instances will connect over ZeroMQ to ODR-DabMux, - ODR-DabMod will use a TCP connection ODR-DabMux; + \item ODR-AudioEnc instances will connect over EDI to ODR-DabMux, + ODR-DabMod will use EDI to connecto to ODR-DabMux; \item All audio encoders will insert PAD with DLS, and optionally slideshow; \item We are transmitting using a USRP B200, driving a power amplifier; \item We enable both telnet and zmq remote control interfaces for management |