Mozilla没有使用kurento媒体服务器发射iceCandidate(一对多的例子)

时间:2015-09-15 09:47:14

标签: javascript firefox webrtc kurento

我正在尝试Kurento媒体服务器的一个2-many示例,它总是在mozilla firefox上返回null候选者,但是同样的代码在Google Chrome上工作正常。

因为我已经发出警告onicecandidate事件

pc.addEventListener('icecandidate', function (event) {
        var candidate = event.candidate;
        alert("Candidate ==== "+candidate);
});

返回空候选人。我使用的是Firefox 24。

1 个答案:

答案 0 :(得分:1)

答案here建议更新浏览器,版本24太旧了。