Просмотр исходного кода

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.
master
Saúl Ibarra Corretgé 4 лет назад
Родитель
Сommit
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.

Загрузка…
Отмена
Сохранить