diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-16 18:56:43 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-16 18:56:43 +0200 |
commit | 63f6e31cad0276352dd508394742b3161dde77bf (patch) | |
tree | ca071abf8a14479b507e10b717dbd9d5727a39ee /doc | |
parent | 06fe89bd86fc709908c5882a2c48d03fc0977a25 (diff) | |
download | dabmod-63f6e31cad0276352dd508394742b3161dde77bf.tar.gz dabmod-63f6e31cad0276352dd508394742b3161dde77bf.tar.bz2 dabmod-63f6e31cad0276352dd508394742b3161dde77bf.zip |
crc-dabmod: UHD remote control supports mutingr3
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/example.ini b/doc/example.ini index 9679449..15a7661 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -1,9 +1,13 @@ # Sample configuration file for CRC-DABMOD +[remotecontrol] +telnet=1 +telnetport=2121 + [log] -syslog=1 +syslog=0 filelog=1 -filename=dabmod.log +filename=/dev/stderr [input] filename=/dev/stdin @@ -42,7 +46,7 @@ txgain=0 # Used for SFN with the UHD output [delaymanagement] -synchronous=1 +synchronous=0 # choose between fixed and dynamic offset definition management=dynamic |