Sfoglia il codice sorgente

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 anni fa
parent
commit
adac9ee5f8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      config.js

+ 1
- 1
config.js Vedi File

@@ -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.

Loading…
Annulla
Salva