All Projects → eelcocramer → webrtc-mp3-stream

eelcocramer / webrtc-mp3-stream

Licence: other
Stream mp3s without uploading to any servers using HTML5 APIs

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Stream MP3s without uploading it to any server using HTML5 JavaScript APIs

The code in this repository demonstrates how mp3s can be streamed between web browsers using WebAudio and WebRTC APIs.

DEMO

A live demonstration is available at heroku.

REQUIREMENTS

To run the demo you need to have node.js installed.

RUNNING THE DEMO

Install and run this demo by:

  1. Cloning the repository: git clone https://github.com/eelcocramer/webrtc-mp3-stream.git
  2. Installing the dependencies: npm install
  3. Running the server: node server.js
  4. Opening the demo in the browser: http://localhost:8080/index.html

LICENSE

This module is available under a FreeBSD license, see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].