[How To] OpenWrt - High quality Audio Streaming Server (file playlist or USB audio input) over local lan and/or internet

Streaming server autostart at boot

nano /etc/rc.local


# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
/usr/bin/icecast -b -c /etc/icecast.xml
/bin/sleep 3
/usr/bin/ices /etc/ices.xml
/bin/sleep 3
exit 0

note: icecast and ices need some delay when launched at startup by rc.local