pgasiorowski / kurento-webrtc-rstp-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kurento RSTP - WebRTC connector for Node.js

============

Node.js gateway and signalling server which creates a pipeline from Kurento Media Server 5 to WebRTC client.

Additionally built-in browser client.

Installation instructions

Kurento Media Server Installation for Ubuntu 14.04 LTS: http://kurento.com/docs/current/installation_guide.html

Be sure to have installed [Node.js] and [Bower] on your system:

sudo apt-get install nodejs
sudo npm install -g bower

Install node modules and bower components

npm install
cd static
bower install

Run the application, pass URLs to Kurento Media Server and RTSP stream as Environmental Params

KURENTO=192.168.1.74:8888 RTSP=192.168.1.67:8086 node app.js

Browse to http://127.0.0.1:8080 click "Viewer" and have fun!

About


Languages

Language:JavaScript 73.3%Language:HTML 13.9%Language:CSS 12.8%