diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-23 19:16:34 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-09-23 19:16:34 +0200 |
commit | 595c3e3a0baaf5181503b5bed3346c21a91c9ba2 (patch) | |
tree | b4ddc6151b4a8d993372b7f4ea85100fb387a98b /doc/example.ini | |
parent | ca099236f3e6e027ecc25d1bf447572264b567ed (diff) | |
download | dabmod-595c3e3a0baaf5181503b5bed3346c21a91c9ba2.tar.gz dabmod-595c3e3a0baaf5181503b5bed3346c21a91c9ba2.tar.bz2 dabmod-595c3e3a0baaf5181503b5bed3346c21a91c9ba2.zip |
Reorder examples in example.ini to prefer EDI
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/example.ini b/doc/example.ini index 72e3386..d7a261b 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -33,17 +33,6 @@ source=/dev/stdin ; When the end of file is reached, it is possible to rewind it loop=0 -; ETI-over-TCP example: -;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 - ; EDI input. ; Listen for EDI data on a given UDP port, unicast or multicast. ;transport=edi @@ -76,6 +65,17 @@ loop=0 ; This EDI implementation does not support EDI Packet Resend +; ETI-over-TCP example: +;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 |