Streaming MP3 audio server for broadcasting music over the network
Streaming MP3 audio server
icecast$ icecast -c /usr/local/etc/icecast.xml$ ffmpeg -i input.mp3 -c:a libmp3lame -b:a 128k -f mp3 icecast://source:password@localhost:8000/stream$ ffplay http://localhost:8000/stream$ curl http://localhost:8000/$ curl http://localhost:8000/admin/stats.xml