在firefox中,我的IceState一直在“进行中”,直到失败为止。如果我使用本地网站,它可以工作,但如果一个朋友试图打电话给我,它不工作的远程启动,但它是空白的。
轮到我的眩晕服务器:
{ "iceserver":{url:'stun:stun01.sipphone.com'},
{url:'stun:stun.ekiga.net'},
{url:'stun:stun.fwdnet.net'},
{url:'stun:stun.ideasip.com'},
{url:'stun:stun.iptel.org'},
{url:'stun:stun.rixtelecom.se'},
{url:'stun:stun.schlund.de'},
{url:'stun:stun.l.google.com:19302'},
{url:'stun:stun1.l.google.com:19302'},
{url:'stun:stun2.l.google.com:19302'},
{url:'stun:stun3.l.google.com:19302'},
{url:'stun:stun4.l.google.com:19302'},
{url:'stun:stunserver.org'},
{url:'stun:stun.softjoys.com'},
{url:'stun:stun.voiparound.com'},
{url:'stun:stun.voipbuster.com'},
{url:'stun:stun.voipstunt.com'},
{url:'stun:stun.voxgratia.org'},
{url:'stun:stun.xten.com'},我正在使用AWS服务器作为眩晕和信号。在关于:webrtc错误:
信息将对设置为状态失败错误,指定了太多的组件,警告指定的伪候选错误对本地涓滴ICE候选人srflx。
发布于 2015-06-11 15:37:24
您的设置似乎需要转,而且您还没有提供工作转服务器。
通过使用10个眩晕服务器,您可以从10个不同的人那里获得关于您的公共IP地址的意见。答案不会改变。只用一台眩晕服务器..。
在未经允许的情况下,使用其他人的证书是不应该的。如果使用http://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/测试凭据,您会注意到没有中继候选。对于turn:numb.viagenie.ca,凭据是不正确的,192.158.29.39似乎不再运行转服务器了。
https://stackoverflow.com/questions/30778236
复制相似问题