diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-27 10:24:42 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-27 10:24:42 +0100 |
commit | e1c565754b9b0aaa962ddd747acf1e12a4d46653 (patch) | |
tree | a0530fb415a645152b50468dbfb0515b27351065 /examplesite | |
parent | a1faf7648ca8806d52bba6928cfe3fa756490199 (diff) | |
download | dab-scripts-e1c565754b9b0aaa962ddd747acf1e12a4d46653.tar.gz dab-scripts-e1c565754b9b0aaa962ddd747acf1e12a4d46653.tar.bz2 dab-scripts-e1c565754b9b0aaa962ddd747acf1e12a4d46653.zip |
Use syslog from scripts and odr-dabmod
Diffstat (limited to 'examplesite')
-rw-r--r-- | examplesite/configuration.sh | 4 | ||||
-rw-r--r-- | examplesite/mod.ini | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examplesite/configuration.sh b/examplesite/configuration.sh index 0408d61..6312f21 100644 --- a/examplesite/configuration.sh +++ b/examplesite/configuration.sh @@ -10,8 +10,8 @@ declare -A radios # for each radio, write here the full encoder command. # encode-jack needs: # URL ID dabmux-URL [amplitude correction] -radios[radio1]="./encode-jack.sh http://radio1streamurl.example.com radio1 tcp://localhost:9000" +radios[radio1]="./encode-jack.sh http://fbpc5.epfl.ch:8000/fb_192 radio1 tcp://localhost:9001" # Attenuate radio2 by 3dB -radios[radio2]="./encode-jack.sh http://radio2streamurl.example.com radio2 tcp://localhost:9001 -3" +radios[radio2]="./encode-jack.sh http://91.121.151.197:8016 radio2 tcp://localhost:9002" diff --git a/examplesite/mod.ini b/examplesite/mod.ini index c3d2d37..4d20ebc 100644 --- a/examplesite/mod.ini +++ b/examplesite/mod.ini @@ -3,7 +3,7 @@ telnet=1 telnetport=2121 [log] -syslog=1 +syslog=0 filelog=1 filename=/dev/stderr @@ -34,7 +34,7 @@ device= type=b200 master_clock_rate=32768000 channel=10D -txgain=40 +txgain=50 refclk_source=internal pps_source=none behaviour_refclk_lock_lost=crash |