Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 780 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 780 Bytes

Webrtc server - forked from https://github.com/pchab/ProjectRTC

WebRTC Live Streaming for android devices

The signaling part is done with socket.io. The client is an Android project.

Install

It requires node.js It also requires mongodb in order to save data such as user login/register information (https://www.mongodb.org/downloads)

  • You need to start the mongo db first.
  • git clone [email protected]:DangLienMinh/webrtc_server.git
  • cd ProjectRTC/
  • npm install
  • npm start

The server will run on port 3000. You can test it in the (Chrome or Firefox) browser at localhost:3000.

Author