We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5504fd0 + cee2170 commit 1e7e489Copy full SHA for 1e7e489
android/src/main/java/io/getstream/webrtc/flutter/MethodCallHandlerImpl.java
@@ -273,8 +273,9 @@ public void onWebRtcAudioRecordSamplesReady(JavaAudioDeviceModule.AudioSamples a
273
274
videoDecoderFactory.setForceSWCodec(forceSWCodec);
275
videoDecoderFactory.setForceSWCodecList(forceSWCodecList);
276
- videoEncoderFactory.setForceSWCodec(forceSWCodec);
277
- videoEncoderFactory.setForceSWCodecList(forceSWCodecList);
+// Disabled software encoding for now, only using software decoding. See FLU-120
+// videoEncoderFactory.setForceSWCodec(forceSWCodec);
278
+// videoEncoderFactory.setForceSWCodecList(forceSWCodecList);
279
280
281
if(audioProcessingFactoryProvider == null) {
0 commit comments