zhonglong / ProjectRTC

WebRTC Live Streaming on nodeJS (+ android client !)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProjectRTC

WebRTC Live Streaming

You can also check this iOS client from Digix Technology:

The signaling part is done with socket.io. The client is built with angularjs.

Install

It requires node.js

The server will run on port 3000. You can test it in the (Chrome or Firefox) browser at localhost:3000 via https. Sharing the whole screen or selected application, the latency is about 100~200ms in LAN.

Author

HTTPS

Using openssl to generate certificate for localhost:

  • genrsa -out private.pem 2048
  • req -new -key private.pem -out csr.pem
  • x509 -req -in csr.pem -signkey private.pem -out csr.crt

About

WebRTC Live Streaming on nodeJS (+ android client !)

License:Other


Languages

Language:JavaScript 87.5%Language:EJS 7.8%Language:CSS 4.7%