Open NSCodeRover opened 8 months ago
I also encountered the same problem
I have the same issue. Updated from m112 ffbb6f4641db97b89a349a096baaf8163e763fd7 to m120 8a486a2187951dec1dcc68f2f257fdcd2cad812c. The exception is:
libc++abi: terminating due to uncaught exception of type MediaSoupClientError: Failed creating data channel
Triggered from webrtc sdp_offer_answer.cc:2404
observer->OnSetLocalDescriptionComplete(RTCError::OK());
Which doesn't make sense to me because it looks like OK error and should return true from error.ok(). Anyway here's the part of mediasoup that triggers the error:
Happens every time I try to create a video producer:
try sendTransport.createProducer(
for: videoTrack,
encodings: nil,
codecOptions: options, // ["videoGoogleStartBitrate": 1000]
codec: nil,
appData: nil
)
Will appreciate any help.
Also getting this. Crash on any new consumer.
libc++abi: terminating with uncaught exception of type MediaSoupClientError: Failed creating data channel
with m120 while create transport even if sctp parameter set nil.