1、完成一些install后,运行 initLicode 和 initBasicExample后,发现看不到视频;
2、看不到视频,主要是ice等服务器配置不对,修改licode根目录下的配置文件licode_config.js,
主要需要搭建一个本地的turn服务器,然后修改其中的stun服务器的配置:
config.erizoController.iceServers = [{'url': 'stun:192.168.90.120'},
{'url':'turn:192.168.90.120', 'username':'demo', 'credential':'123456'}];
3、修改后重新运行
./scripts/initLicode.sh
然后启动例子服务,监听的端口是3001(http)和3004(https)
./scripts/initBasicExample.sh
4、使用网址访问 http://192.168.90.120:3001/connection_test.html 就能摄像头的视频了
5、-_-
网友评论