icecast

Streaming MP3 audio server for broadcasting music over the network

brewmacoslinux
Try with needOr install directly
Source

About

Streaming MP3 audio server

Commands

icecast

Examples

start icecast server with default configuration$ icecast -c /usr/local/etc/icecast.xml
stream audio from a source to icecast server$ ffmpeg -i input.mp3 -c:a libmp3lame -b:a 128k -f mp3 icecast://source:password@localhost:8000/stream
listen to icecast stream from command line$ ffplay http://localhost:8000/stream
check if icecast server is running and accessible$ curl http://localhost:8000/
view icecast server status and connected clients$ curl http://localhost:8000/admin/stats.xml