pc = new webkitPeerConnection("STUNstun.l.google.com:19302", onSignalingMessage);
它是谷歌提供的演示用的第三方STUN如果在我的JavaScript代码中,我用"toto"替换了"stun.l.google.com:19302",我仍然可以进行视频通话。但由于我在同一个子网,这是可以解释的.
Ejabberd在这些更改后无法启动,并记录以下错误:
@gen_mod:start_module:228 Failed to start unknown module mod_stun_disco:make sure there is no typo and mod_stun_disco.beam exists inside either /usr/lib/x86_64-linux-gnu/ejabberd如何安装mod_stun_disco?
RFC 5389允许对STUN服务器进行两种形式的身份验证: can use to provide authentication最流行的STUN服务器很可能是stun:stun.l.google.com:19302中可用的服务器,显然不需要任何凭据。服务器时,ICE处理如何构造STUN请求?以及STUN服务器如何知道在创建
我理解STUN在返回服务器自反地址或中继地址时的工作原理。请求被发送到STUN服务器。transaction that the client will perform on a particular candidatepair by sending a STUN request from the local candidate to the remote
candidate."为了检