diff options
Diffstat (limited to 'examplesite/configuration.sh')
| -rw-r--r-- | examplesite/configuration.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/examplesite/configuration.sh b/examplesite/configuration.sh index 6312f21..6ff72eb 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://fbpc5.epfl.ch:8000/fb_192 radio1 tcp://localhost:9001" +radios[radio1]="./encode-libvlc.sh http://fbpc5.epfl.ch:8000/fb_192 radio1 tcp://localhost:9001"  # Attenuate radio2 by 3dB -radios[radio2]="./encode-jack.sh http://91.121.151.197:8016 radio2 tcp://localhost:9002" +radios[radio2]="./encode-libvlc.sh http://mp3lg.tdf-cdn.com/fip/all/fiphautdebit.mp3 radio2 tcp://localhost:9002 toolame" | 
