jukebox-shout provides a daemon to stream your music to a shoutcast compatible server like icecast
Basic setup instructions for icecast can be found in their documentation
Required system libraries
libshout3, libshout3-dev and python-dev are required to build the dependecy python-shout.
bin/jukebox jukebox_shout --start --host=[shoutcast_host] --port[shoutcast_port] --password=[shoutcast_source_password]
bin/jukebox jukebox_shout --stop
Add the --fg option to prevent the command from daemonizing.
bin/jukebox jukebox_shout --fg --host=[shoutcast_host] --port[shoutcast_port] --password=[shoutcast_source_password]