pion / example-webrtc-applications

Examples of WebRTC applications that are large, or use 3rd party libraries

Home Page:https://pion.ly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfu-ws flutter on Android 10 would crash (Need update flutter_webrtc version)

VacronBruce opened this issue · comments

Your environment.

  • Version: d5f669a
  • Android: Galaxy A20, Android 10.

What did you do?

Follow README and run.

What did you expect?

Run without crash

What happened?

Crash
I/FlutterWebRTCPlugin(20997): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
E/rtc (20997):
E/rtc (20997):
E/rtc (20997): #
E/rtc (20997): # Fatal error in: ../../../../usr/local/google/home/sakal/code/webrtc-aar-release/src/pc/peer_connection.cc, line 1989
E/rtc (20997): # last system error: 0
E/rtc (20997): # Check failed: IsUnifiedPlan()
**E/rtc (20997): # GetTransceivers is only supported with Unified Plan SdpSemantics.
**

截圖 2021-06-04 上午11 28 11

After I change version from 0.5.7 to 0.6.4 , bug fixed.