pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.12k stars 448 forks source link

Crash after enabling RTCVideoTrack #57

Closed josipbernat closed 9 years ago

josipbernat commented 9 years ago

Hi,

Recently I've used this build script for creating iOS webRTC framework and then I decided to use your library through Cocoapods. Problem is that app crashes each time after I enable RTCVideoTrack (maybe a second later):

[videoTrack setEnabled:!mute]; //mute is some BOOL

I have this call stack, hope it can help. untitled

ArikYa commented 9 years ago

Thank you for using our scripts. The code itself is maintained by Google's WebRTC team, the right place for their issue tracker is https://code.google.com/p/webrtc/issues/list. Your issue might be related to this: https://code.google.com/p/webrtc/issues/detail?id=4227

josipbernat commented 9 years ago

Sure I'll check there. Thanks.

ArikYa commented 9 years ago

@josipbernat Were you able to get this working? Anything else we can help with?

josipbernat commented 9 years ago

Hi, I'm using older version of the library for now. Thanks for your help :)