Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/presidentbeef/the_little_streamer
A little Sinatra application to stream your music
https://github.com/presidentbeef/the_little_streamer
Last synced: 3 days ago
JSON representation
A little Sinatra application to stream your music
- Host: GitHub
- URL: https://github.com/presidentbeef/the_little_streamer
- Owner: presidentbeef
- Created: 2011-03-15T02:16:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T16:09:51.000Z (almost 7 years ago)
- Last Synced: 2024-11-02T06:43:51.171Z (10 days ago)
- Language: Ruby
- Homepage: http://presidentbeef.github.com/the_little_streamer
- Size: 38.1 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this 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](http://localhost:4567)
## Dependencies
* [Sinatra](http://www.sinatrarb.com/)
* [taglib-ruby](http://robinst.github.io/taglib-ruby/)
* A browser that supports HTML5, like [Chrome](http://www.google.com/chrome/)You are strongly encouraged to use [Mongrel](https://github.com/fauna/mongrel) or [Thin](http://code.macournoyer.com/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](http://www.opensource.org/licenses/mit-license.php)