视频显示问题
你好,我用局域网测试没问题,但是用公网却显示不出对方。
请问是使用的Google的STUN服务器吗?
2014-04-25 12:23 GMT+08:00 郑华山 [email protected]:
你好,我用局域网测试没问题,但是用公网却显示不出对方。
— Reply to this email directly or view it on GitHubhttps://github.com/LingyuCoder/SkyRTC/issues/1 .
你的代码我没有修改过,你代码的服务器是这样 var iceServer = { "iceServers": [{ "url": "stun:stun.l.google.com:19302" }] };
如果方便加我QQ 436062598
在 2014-04-25 14:12:54,"Lingyu Wang" [email protected] 写道: 请问是使用的Google的STUN服务器吗?
2014-04-25 12:23 GMT+08:00 郑华山 [email protected]:
你好,我用局域网测试没问题,但是用公网却显示不出对方。
— Reply to this email directly or view it on GitHubhttps://github.com/LingyuCoder/SkyRTC/issues/1 .
— Reply to this email directly or view it on GitHub.
最近在学校没办法上公网,可以考虑看一下是否能正确传输ice candidate或者换几个stun server试一试
在 2014年4月25日 下午3:35,郑华山 [email protected]写道:
你的代码我没有修改过,你代码的服务器是这样 var iceServer = { "iceServers": [{ "url": "stun:stun.l.google.com:19302" }] };
如果方便加我QQ 436062598
在 2014-04-25 14:12:54,"Lingyu Wang" [email protected] 写道:
请问是使用的Google的STUN服务器吗?
2014-04-25 12:23 GMT+08:00 郑华山 [email protected]:
你好,我用局域网测试没问题,但是用公网却显示不出对方。
— Reply to this email directly or view it on GitHub< https://github.com/LingyuCoder/SkyRTC/issues/1>
.
— Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHubhttps://github.com/LingyuCoder/SkyRTC/issues/1#issuecomment-41366229 .
好的
在 2014-04-27 14:58:26,"Lingyu Wang" [email protected] 写道: 最近在学校没办法上公网,可以考虑看一下是否能正确传输ice candidate或者换几个stun server试一试
在 2014年4月25日 下午3:35,郑华山 [email protected]写道:
你的代码我没有修改过,你代码的服务器是这样 var iceServer = { "iceServers": [{ "url": "stun:stun.l.google.com:19302" }] };
如果方便加我QQ 436062598
在 2014-04-25 14:12:54,"Lingyu Wang" [email protected] 写道:
请问是使用的Google的STUN服务器吗?
2014-04-25 12:23 GMT+08:00 郑华山 [email protected]:
你好,我用局域网测试没问题,但是用公网却显示不出对方。
— Reply to this email directly or view it on GitHub< https://github.com/LingyuCoder/SkyRTC/issues/1>
.
— Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHubhttps://github.com/LingyuCoder/SkyRTC/issues/1#issuecomment-41366229 .
— Reply to this email directly or view it on GitHub.
测试了一下,视频还行,但是音频的噪声好大啊,还有回声。
@JasonOldWoo 回声是因为没有屏蔽自己的声音,在video中找到自己的那个id并mute掉就不会有这个问题了
音频的噪声好大,还有回声,这块具体在代码的什么地方解决?(那个文件那个参数?)