From 0646fc7cb508940370f5cbb07599d8f6b902bb23 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 21 Mar 2015 15:20:49 +0100 Subject: Add libvlc encoder script --- examplesite/configuration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examplesite/configuration.sh') 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" -- cgit v1.2.3