Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 640 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 640 Bytes

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>