Discuz! Board

标题: OpenWebRTC的深入研究 [打印本页]

作者: zangcf    时间: 2016-7-19 17:10
标题: OpenWebRTC的深入研究
本帖最后由 zangcf 于 2016-7-19 17:16 编辑

服务器demo代码:
https://github.com/EricssonResea ... les/tree/master/web

客户端代码:
https://github.com/EricssonResearch/openwebrtc-examples




作者: zangcf    时间: 2016-7-19 19:50
CSDN的例子:
http://blog.csdn.net/freewebsys/article/details/46649667
作者: zangcf    时间: 2016-7-19 23:03
if (process.argv.length >= 3) {
    port = process.argv[2];
}
if (process.argv.length >= 6) {
    httpsPort = process.argv[3];
    httpsKeyPath = process.argv[4];
    httpsCertPath = process.argv[5];
}
根据代码
node channel_server.js 10080第二个参数是端口号,
后面跟着httpsPort,httpsKeyPath和httpsCertPath
作者: zangcf    时间: 2016-7-20 13:00
编译openwebrtc的代码:




欢迎光临 Discuz! Board (http://47.89.242.157:9000/bbs/discuz/) Powered by Discuz! X3.2