Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

763 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jukebox

Home made jukebox over streaming.

The jukebox is composed of a server component, currently in ruby, and a web client. Please note that the website is directly hosted by the ruby application, no web server is required.

Web-client rely on HTML5 audio api, or flash, depending on your browser. Client side pass jslint & ajaxmin checks. A documentation is generated.

Installation

The server installation is mandatory. Web client installation is facultative (only if you wish to develop html/js).

Start/Stop the server

Start:

ruby jukebox.rb

Stop:

Ctrl + C

Listen

From a browser:

http://<host>:<port>/

See your jukebox.cfg for port.

From any player:

http://<host>:<port>/stream

With credentials:

http://user:pass@<host>:<port>/stream

About

Home made jukebox over streaming

Resources

Stars

8 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages