Skip to content
WebRTC Media Server that scales well
TypeScript
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs simple signalling Oct 9, 2018
lib add error handle Jun 12, 2019
medianode
recordings
signalling add error handle Jun 12, 2019
.gitignore add recoding dir Aug 1, 2018
LICENSE
README.md fix readme May 30, 2019
media01.ts
media02.ts
mediabench.ts
package-lock.json
package.json
server.ts
tsconfig.json

README.md

RTCEngine-server

Install And Run

git clone https://github.com/RTCEngine/RTCEngine-server.git

cd RTCEngine-server && npm install 

// start signaling server 
ts-node server.ts

// start one media node 
ts-node media01.ts

Multi MediaNode

RTCEngine support multi medianodes for loadbalance and connecting to the latest medianode

You can’t perform that action at this time.