Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htruong/1911-player
Playing HTML5 audio on the Raspberry Pi since 1911.
https://github.com/htruong/1911-player
Last synced: about 2 months ago
JSON representation
Playing HTML5 audio on the Raspberry Pi since 1911.
- Host: GitHub
- URL: https://github.com/htruong/1911-player
- Owner: htruong
- Created: 2013-03-23T00:58:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T06:07:24.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T16:58:44.090Z (3 months ago)
- Language: HTML
- Homepage: http://tnhh.net/v3/text/nginx-json-autoindex-raspberry-pi-streaming-music
- Size: 957 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1911 Player
===Introduction
--1911 player -- playing HTML5 audio on the Raspberry Pi or any recent NGINx installation.
Borrowed some javascript code from the [Go HTML5 Player](https://github.com/nf/goplayer) and with some json magic. No special installation of any dynamic module is needed for this scheme to work.
INSTALL
--Just install any Nginx version past 1.7.9. Then shove all your mp3 files into a directory, then configure nginx to list the directory structure as JSON.
location /my_mp3_stash/ {
autoindex on;
autoindex_format json;
}Then clone the 1911 player somewhere accessible, change the path declaration on index.html, and [you're good to go](http://www.youtube.com/watch?feature=player_detailpage&v=Yavx9yxTrsw#t=273s).