Browse Source

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 years ago
parent
commit
adac9ee5f8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config.js

+ 1
- 1
config.js View File

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

Loading…
Cancel
Save