PJSIP LINPHONE WEBRTC 技术交流群:169665021
过程:
1 获取源码:
$ gclient config
http://webrtc.googlecode.com/svn/trunk
$ gclient sync --force
$ gclient runhooks --force
2 生成Xcode项目
切换至trunk目录,执行
build/gyp_chromium --depth=. -DOS=ios -Dtarget_arch=arm -Dinclude_tests=0 -Denable_protobuf=0 -Denable_video=1 -Darmv7 all.gyp
这个生成的是xcode项目,迁移到ios中还在进行中。