[RN] Prefer H.264
This commit is contained in:
parent
2f388dfb6a
commit
bc5d92a452
|
@ -39,7 +39,8 @@ const INITIAL_STATE = {
|
||||||
// place). Fortunately, these pieces of JavaScript currently involve
|
// place). Fortunately, these pieces of JavaScript currently involve
|
||||||
// third parties and we can temporarily disable them (until we implement
|
// third parties and we can temporarily disable them (until we implement
|
||||||
// an alternative to async script elements on React Native).
|
// an alternative to async script elements on React Native).
|
||||||
disableThirdPartyRequests: true
|
disableThirdPartyRequests: true,
|
||||||
|
preferH264: true
|
||||||
},
|
},
|
||||||
initializationError: null,
|
initializationError: null,
|
||||||
initialized: false
|
initialized: false
|
||||||
|
|
Loading…
Reference in New Issue