AlexKMDev / WebRTC

Unofficial builds of Google WebRTC iOS Framework
https://webrtc.org/native-code/ios/
Other
292 stars 76 forks source link

Fatal error in ../../video/video_receive_stream.ccafter calling webrtc from my application iOS #46

Open gunjot-mansa opened 6 years ago

gunjot-mansa commented 6 years ago

Hi i have integrated AppRTC(webrtc demo app) application into my Application, it builds fine, but when i turn on video call its crashing with following error

SocketRocket: In debug mode. Allowing connection to any root cert

Fatal error in ../../video/video_receive_stream.cc, line 119 last system error: 0 Check failed: decoder.decoder

please help me out, on where it may occur and what needs to be corrected

donik commented 6 years ago

@gunjotSinghMansa disable video codecs for Factory

let factory = RTCPeerConnectionFactory()