SkyRTC icon indicating copy to clipboard operation
SkyRTC copied to clipboard

视频显示问题

Open zhs077 opened this issue 12 years ago • 7 comments

你好,我用局域网测试没问题,但是用公网却显示不出对方。

zhs077 avatar Apr 25 '14 04:04 zhs077

请问是使用的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 .

LingyuCoder avatar Apr 25 '14 06:04 LingyuCoder

你的代码我没有修改过,你代码的服务器是这样 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.

zhs077 avatar Apr 25 '14 07:04 zhs077

最近在学校没办法上公网,可以考虑看一下是否能正确传输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 .

LingyuCoder avatar Apr 27 '14 06:04 LingyuCoder

好的

在 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.

zhs077 avatar Apr 27 '14 07:04 zhs077

测试了一下,视频还行,但是音频的噪声好大啊,还有回声。

JasonOldWoo avatar Jun 28 '14 07:06 JasonOldWoo

@JasonOldWoo 回声是因为没有屏蔽自己的声音,在video中找到自己的那个id并mute掉就不会有这个问题了

Losses avatar Jan 14 '15 15:01 Losses

音频的噪声好大,还有回声,这块具体在代码的什么地方解决?(那个文件那个参数?)

zhaoshijie avatar Aug 31 '16 05:08 zhaoshijie