davidliu
Committed by GitHub

Disable h264 high profile (#183)

@@ -132,7 +132,7 @@ object RTCModule { @@ -132,7 +132,7 @@ object RTCModule {
132 SimulcastVideoEncoderFactoryWrapper( 132 SimulcastVideoEncoderFactoryWrapper(
133 eglContext, 133 eglContext,
134 enableIntelVp8Encoder = true, 134 enableIntelVp8Encoder = true,
135 - enableH264HighProfile = true, 135 + enableH264HighProfile = false,
136 ) 136 )
137 } else { 137 } else {
138 SoftwareVideoEncoderFactory() 138 SoftwareVideoEncoderFactory()