lukeweber / webrtc-jingle-client

Webrtc audio + jingle protocol brought to IOS and Android.
https://groups.google.com/forum/?fromgroups#!forum/webrtc-jingle
BSD 3-Clause "New" or "Revised" License
335 stars 137 forks source link

IOS: STRP not working #64

Open lukeweber opened 11 years ago

lukeweber commented 11 years ago

We've disabled srtp for now in IOS until we can resolve srtp building correctly for IPhone(arm). It does work fine on x86(emulator), but on device it exhibits the exact same behaviour as described in this ticket: https://github.com/lukeweber/webrtc-jingle-client/pull/35

I've tried changing the build flags in libsrtp from RISC to CISC in libsrtp.gyp, but it hasn't seemed to fix the issue in the IOS build as it did on Android.

chathudan commented 10 years ago

Did you manage to resolve the SRTP on IOS ?