diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-21 15:20:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-21 15:20:49 +0100 |
commit | 0646fc7cb508940370f5cbb07599d8f6b902bb23 (patch) | |
tree | 4a261e9f45288acf9c62ceaa23f1378cd1c2ad54 /examplesite/configuration.sh | |
parent | e1c565754b9b0aaa962ddd747acf1e12a4d46653 (diff) | |
download | dab-scripts-0646fc7cb508940370f5cbb07599d8f6b902bb23.tar.gz dab-scripts-0646fc7cb508940370f5cbb07599d8f6b902bb23.tar.bz2 dab-scripts-0646fc7cb508940370f5cbb07599d8f6b902bb23.zip |
Add libvlc encoder script
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" |