https://github.com/damiancipolat/audioserver
Servidor de streaming de audio con NodeJs
https://github.com/damiancipolat/audioserver
audio es6 nodejs server streaming
Last synced: 2 months ago
JSON representation
Servidor de streaming de audio con NodeJs
- Host: GitHub
- URL: https://github.com/damiancipolat/audioserver
- Owner: damiancipolat
- Created: 2017-06-26T03:56:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T04:28:08.000Z (almost 9 years ago)
- Last Synced: 2025-05-31T18:33:54.470Z (about 1 year ago)
- Topics: audio, es6, nodejs, server, streaming
- Language: JavaScript
- Size: 11.7 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audio Streaming
>El proyecto consiste en un servidor y api para hacer streaming de archivos de audio con NodeJS.
## Instalar
```sh
$ npm install
```
Servicios del servidor.
- AudioList: Obtener listado de archivos publicados.
Ej: http://127.0.0.1:5000/audioList
Respuesta:
["andrew_rayel_impulse.mp3","groove_armada_paris.mp3"]
- Audio: Devuelvo streamings del archivo.
Ej: http://127.0.0.1:5000/audio/andrew_rayel_impulse.mp3