Skip to content
/ pjsip Public
forked from nesterenkodm/pjsip

PJSIP is Open Source SIP, Media, and NAT Traversal Library

Notifications You must be signed in to change notification settings

fhqiplj/pjsip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PJSIP

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.

Features

  • Supported platforms: iOS7, iOS8
  • Supported architectures: armv7, armv7s, arm64, i386, x86_64
  • OpenSSL support provided by the OpenSSL-for-iPhone build script and the OpenSSL-Universal pod
  • Video support provided by the OpenH264

Installation

Add the following line to your Podfile and run pod install command.

pod 'pjsip'

Example

See example folder for integration example

Build manually

  1. Download and run build.sh script.
  2. Drag generated libraries and headers files into your xcode project.

About

PJSIP is Open Source SIP, Media, and NAT Traversal Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 87.2%
  • C++ 11.3%
  • Objective-C 1.1%
  • Other 0.4%