diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-02-01 14:03:03 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-02-01 14:03:03 +0100 |
commit | 0aec6da11b4add62ac473e3f4ea813bb4a8a556d (patch) | |
tree | 720c3903f86896895d303240181dd85799ae78c1 /doc | |
parent | bf6e05a427e050ec54b9da91da8ac04f52fa006c (diff) | |
download | dabmod-0aec6da11b4add62ac473e3f4ea813bb4a8a556d.tar.gz dabmod-0aec6da11b4add62ac473e3f4ea813bb4a8a556d.tar.bz2 dabmod-0aec6da11b4add62ac473e3f4ea813bb4a8a556d.zip |
Remove ZeroMQ input
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/example.ini b/doc/example.ini index 2105535..cd48ef4 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -69,13 +69,6 @@ loop=0 ;transport=tcp ;source=localhost:9200 -; When recieving data using ZeroMQ, the source is the URI to be used -;transport=zeromq -;source=tcp://localhost:9100 -; The option max_frames_queued defines the maximum number of ETI frames -; (frame duration: 24ms) that can be in the input queue -;max_frames_queued=100 - [modulator] ; Mode 'fix' uses a fixed factor and is really not recommended. It is more ; useful on an academic perspective for people trying to understand the DAB |