[radio] Mise à jour urls
This commit is contained in:
parent
8413169d43
commit
783ba04cd3
2 changed files with 1 additions and 3 deletions
|
@ -22,7 +22,7 @@ multicast={
|
||||||
'Europe 1': ('europe1', '239.231.140.173', '1234', ['http://vipicecast.yacast.net/europe1.mp3']),
|
'Europe 1': ('europe1', '239.231.140.173', '1234', ['http://vipicecast.yacast.net/europe1.mp3']),
|
||||||
'Chérie FM': ('cherie_fm', '239.231.140.174', '1234', ['http://95.81.147.10/5009/nrj_121835.mp3']),
|
'Chérie FM': ('cherie_fm', '239.231.140.174', '1234', ['http://95.81.147.10/5009/nrj_121835.mp3']),
|
||||||
'France Culture': ('culture', '239.231.140.175', '1234', ['http://95.81.147.3/franceculture/all/franceculturehautdebit.mp3']),
|
'France Culture': ('culture', '239.231.140.175', '1234', ['http://95.81.147.3/franceculture/all/franceculturehautdebit.mp3']),
|
||||||
'BFM': ('bfm', '239.231.140.176', '1234', ['http://vipicecast.yacast.net/bfm.mp3']),
|
'BFM Business': ('bfm', '239.231.140.176', '1234', ['http://mp3lg4.tdf-cdn.com/10161/bfmbusiness.mp3']),
|
||||||
'France Musique': ('musique', '239.231.140.177', '1234', ['http://95.81.147.3/francemusique/all/francemusiquehautdebit.mp3']),
|
'France Musique': ('musique', '239.231.140.177', '1234', ['http://95.81.147.3/francemusique/all/francemusiquehautdebit.mp3']),
|
||||||
'Fun Radio': ('funradio', '239.231.140.178', '1234', ['http://streaming.radio.funradio.fr/fun-1-44-128.mp3']),
|
'Fun Radio': ('funradio', '239.231.140.178', '1234', ['http://streaming.radio.funradio.fr/fun-1-44-128.mp3']),
|
||||||
'Nostalgie': ('nostalgie', '239.231.140.179', '1234', ['http://95.81.155.10/5010/nrj_121955.mp3']),
|
'Nostalgie': ('nostalgie', '239.231.140.179', '1234', ['http://95.81.155.10/5010/nrj_121955.mp3']),
|
||||||
|
|
|
@ -27,8 +27,6 @@ vlc_start() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
${DIR}vlm.py > ${TMP}vlm.vlm
|
${DIR}vlm.py > ${TMP}vlm.vlm
|
||||||
${DIR}icecast.py > /etc/icecast2/radio.xml
|
|
||||||
/etc/init.d/icecast2 restart
|
|
||||||
/usr/bin/sudo -u www-data cvlc --extraintf telnet --ttl 12 --vlm-conf ${TMP}vlm.vlm --pidfile ${PIDFILE} --daemon >/dev/null
|
/usr/bin/sudo -u www-data cvlc --extraintf telnet --ttl 12 --vlm-conf ${TMP}vlm.vlm --pidfile ${PIDFILE} --daemon >/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue