ソースを参照

Merge pull request #357 from bbaldino/disable_rtx_for_ffox

don't add rtx streams on firefox
dev1
George Politis 8年前
コミット
1fdcc436f3
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      modules/xmpp/TraceablePeerConnection.js

+ 1
- 1
modules/xmpp/TraceablePeerConnection.js ファイルの表示

541
                         dumpSDP(answer));
541
                         dumpSDP(answer));
542
                 }
542
                 }
543
 
543
 
544
-                if (!this.session.room.options.disableRtx) {
544
+                if (!this.session.room.options.disableRtx && !RTCBrowserType.isFirefox()) {
545
                     answer.sdp = this.rtxModifier.modifyRtxSsrcs(answer.sdp);
545
                     answer.sdp = this.rtxModifier.modifyRtxSsrcs(answer.sdp);
546
                     this.trace(
546
                     this.trace(
547
                         'createAnswerOnSuccess::postTransform (rtx modifier)',
547
                         'createAnswerOnSuccess::postTransform (rtx modifier)',

読み込み中…
キャンセル
保存