Skip to content

Shoutcast streaming playback module for the jukebox project

License

Notifications You must be signed in to change notification settings

JuanCanham/jukebox_shout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Shoutcast streaming playback module for the jukebox project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%