stasel / WebRTC

Unofficial distribution of up to date WebRTC framework binaries for iOS and macOS
Other
356 stars 75 forks source link

issues with WebRTC that doesnt happen on other GitHub releases #51

Closed bukira closed 1 year ago

bukira commented 1 year ago

Hi I am trying to use your builds of WebRTC for iOS but everyone of them crashes with the same issue, I have install WebRTC from other GitHub repos and they work fine, but they have bitcode and dont seem to be maintained as much, still on M95, any help appreciated

#

Fatal error in: ../../pc/peer_connection.cc, line 821

last system error: 0

Check failed: !IsUnifiedPlan()

AddStream is not available with Unified Plan SdpSemantics. Please use AddTrack instead.dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib

bukira commented 1 year ago

add(track seems to work put add(stream seems to crash,

When did this change?