Skip to content

minhdl93/webrtc_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An webrtc server example using nodejs and socketio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published