diff options
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/doc/example.ini b/doc/example.ini index 1e802f4..da9ac08 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -22,6 +22,9 @@ syslog=0 filelog=0 filename=odr-dabmod.log +; If you don't want to see the flowgraph processing time, set: +;show_process_time=0 + [input] ; A file or fifo input is using transport=file transport=file @@ -30,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 @@ -73,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 |