I'm trying first time to run video conference script WebRTC, the issue is that can't get the incoming video. You're can see http://wdd.co.il:1234
What I did:
1) Installed the node.js on debian 8 with commands that mentioned her:
apt-get install curl
curl --silent --location https://deb.nodesource.com/setup_0.12 | bash -
apt-get install --yes nodejs
apt-get install --yes build-essential
2) Installed following in the script folder:
npm install socket.io
npm install node-static
3) Run The server:
node server.js
After all that, nothing changed, steel not see the incoming video in client browser(firefix,chrome,opera).
I am almost certain that I'm missing something, asking for yours help to understand.
The files, server.js, index.html.