WARNING: This branch is locked to the latest 2.5.5 release of PJSIP; you should only be using this if your project is absolutely required to use this version of the library. This version has been modified to include OPUS.
We highly recommend you use the latest library from https://github.com/chebur/pjsip instead.
PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE.
- Supported platforms: iOS8+
- Supported architectures: armv7, armv7s, arm64, i386, x86_64
- IPv6 support
- OpenSSL support provided by the OpenSSL-for-iPhone build script and the OpenSSL-Universal pod
- Video support provided by the OpenH264
- OPUS now supported - this pod provides libopus
Add the following line to your Podfile
and run pod install
command.
pod 'pjsip', :git => 'https://github.com/freshcode/pjsip.git', :tag => '2.5.5.6'
See example folder for integration example
- Run
brew install nasm
to build openh264. - Run build.sh.
- Drag generated libraries and headers files into your xcode project.