darkice

Live audio streamer for broadcasting to Icecast/Shoutcast servers

brewmacoslinux
Try with needOr install directly
Source

About

Live audio streamer

Commands

darkice

Examples

stream audio from microphone to icecast server$ darkice -c /etc/darkice.cfg
capture system audio and broadcast live$ darkice -c darkice.cfg -D
generate example configuration file$ darkice -h | grep -A 50 'configuration'
encode and stream audio in background$ darkice -c /etc/darkice.cfg &
check if darkice is running and streaming$ pgrep -l darkice && echo 'Streaming active'