/icedrop

HTML5 audio visualization and station selector for Icecast servers

Primary LanguageJavaScriptMIT LicenseMIT

icedrop

Icedrop is a stream selector/web player/visualization for Icecast servers. It provides a clean interface and shiny effects.

Installation

Clone or download icedrop and throw it somewhere onto your Icecast server. Open app.js and set the line app.server = "http://path.to.your.server:PORT";. If you want your users to connect to a mount on startup, set the line app.mount = "/mount.ogg";. Finally, in your Icecast config file, make sure the following settings are accurate:

<fileserve>1</fileserve>
<webroot>./path/to/icedrop</webroot>