Firefox RTCDataChannels无法连接

时间:2014-06-06 07:14:32

标签: javascript google-chrome firefox webrtc rtcdatachannel

我正在尝试在Chrome和Firefox之间创建RTCDataChannel连接。

我参考了Mozilla提供的示例。

http://mozilla.github.io/webrtc-landing/data_test.html

DataChannel是在createOffer方法之前创建的,但它在Firefox中不起作用,但在Chrome中运行良好。

  • Chrome(提供者)DataChannel与另一个Chrome(回答者)浏览器的建立有效。
  • 使用Firefox(回答者)建立Chrome(提供者)DataChannel不起作用。
  • Firefox(提供者)与另一个Firefox(回答者)浏览器建立DataChannel不起作用。
  • Firefox(提供者)使用Chrome(回答者)建立DataChannel工作。

为了让Firefox DataChannel在Firefox中运行,有什么要求吗?

在创建DataChannel之前调用GetUserMedia。

PS:经过多次检查,我意识到SDP没有任何m =应用程序端口或通道打开。可能是什么问题?

缺少行:

m=application 58814 DTLS/SCTP 5000 c=IN IP4 118.189.54.34 a=sctpmap:5000 webrtc-datachannel 16

0 个答案:

没有答案