我第一次尝试运行视频会议脚本WebRTC,问题是无法获取传入的视频。您可以看到http://wdd.co.il:1234
我做了什么:
1)使用提到her的命令在debian 8上安装了node.js:
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)在脚本文件夹中安装以下内容:
npm install socket.io
npm install node-static
3)运行服务器:
node server.js
毕竟,没有任何改变,钢铁在客户端浏览器中看不到传入的视频(firefix,chrome,opera)。
我几乎可以肯定我错过了一些东西,请求你帮助理解。