ソースを参照

config: don't enable H.264 by default on P2P

We are not actively testing it and it currently crashes Chrome 83+ when insertable streams are used.
j8
Saúl Ibarra Corretgé 5年前
コミット
adac9ee5f8
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      config.js

+ 1
- 1
config.js ファイルの表示

@@ -364,7 +364,7 @@ var config = {
364 364
 
365 365
         // If set to true, it will prefer to use H.264 for P2P calls (if H.264
366 366
         // is supported).
367
-        preferH264: true
367
+        // preferH264: true
368 368
 
369 369
         // If set to true, disable H.264 video codec by stripping it out of the
370 370
         // SDP.

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