No commit activity in last 3 years
No release in over 3 years
Point the Little Streamer to your music directory and it will serve up the tunes using the HTML5 audio tag.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.3
 Project Readme

The Little Streamer

Extremely simple music streamer using Sinatra.

Install

gem install the_little_streamer

Use

the_little_streamer /path/to/music

Browse to http://localhost:4567

Dependencies

You are strongly encouraged to use Mongrel or Thin (installable as gems) instead of WEBrick, as they will be way faster. Just install one and Sinatra will prefer it over WEBrick.

Formats

The Little Streamer currently only searches for MP3 and OGG files.

License

MIT