AOU:MAJ radio + Ajout conf static IP
This commit is contained in:
parent
08c1adaa40
commit
6acb64112b
15
README.md
15
README.md
@ -7,3 +7,18 @@ This project contain files to transform raspbian on web radio player with one bu
|
||||
- Copy/Paste btn_track.sh script in $HOME
|
||||
- Create mpc.service
|
||||
`sudo nano /etc/systemd/system/mpc.service`
|
||||
|
||||
#Tricks
|
||||
- To speedup boot time, try to disable dhcp at boot and configure a static IP for rasp
|
||||
`cat /etc/network/interfaces`
|
||||
|
||||
|
||||
> \#iface eth0 inet manual <br>
|
||||
> auto eth0 <br>
|
||||
> iface eth0 inet static <br>
|
||||
> address 192.168.1.30 <br>
|
||||
> netmask 255.255.255.0 <br>
|
||||
> network 192.168.1.0 <br>
|
||||
> broadcast 192.168.1.255 <br>
|
||||
> gateway 192.168.1.254 <br>
|
||||
> dns-nameservers 91.121.161.184 188.165.197.144
|
@ -1,12 +1,19 @@
|
||||
#URL radio on /var/lib/mpd/playlists/radios.m3u
|
||||
|
||||
#Inter
|
||||
http://audio.scdn.arkena.com/11008/franceinter-midfi128.mp3
|
||||
http://aifae8cah8.lb.vip.cdn.dvmr.fr/franceinter-midfi.mp3
|
||||
|
||||
#Culture
|
||||
#http://audio.scdn.arkena.com/11010/franceculture-midfi128.mp3
|
||||
|
||||
#FIP
|
||||
#http://stream.dnm.radiofrance.fr/fip1-high.mp3
|
||||
|
||||
#sing sing
|
||||
http://stream.sing-sing.org:8000/singsing128
|
||||
|
||||
#RTL
|
||||
#http://streaming.radio.rtl.fr/rtl-1-44-96
|
||||
|
||||
#Paradise Radio
|
||||
http://stream-uk1.radioparadise.com/mp3-192
|
Loading…
x
Reference in New Issue
Block a user