Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 946 Bytes

README.rst

File metadata and controls

33 lines (19 loc) · 946 Bytes

Jukebox shoutcast streaming playback module

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.

Startup

bin/jukebox jukebox_shout --start --host=[shoutcast_host] --port[shoutcast_port] --password=[shoutcast_source_password]

Stop

bin/jukebox jukebox_shout --stop

Debugging

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]