Releases: VoiSmart/pjsip-android-builder
Releases · VoiSmart/pjsip-android-builder
PJSIP Android Builder 1.2
Easily build PJSIP for Android with: OpenSSL, OpenH264, libyuv and G.729 (without Intel IPP), by using a Linux virtual machine.
The generated vagrant base box contains the following:
- Ubuntu Server 14.04.4 Trusty LTS
- Necessary packages to be able to build everything from sources
- Oracle Java 8 1.8.0_77
- SWIG 3.0.7
- OpenSSL 1.0.2g
- LibYUV r1580
- OpenH264 1.0.0
- Android NDK r10e
- Android SDK with:
- Android 4.3.1, API 18, revision 3
- Android 5.0.1, API 21, revision 2
- Build tools 23.0.3
- Platform tools 23.1
- OpenSSL 1.0.2g, OpenH264 1.0.0 and LibYUV r1580 are also already pre-built with API 18 for: armeabi, armeabi-v7a and x86
PJSIP Android Builder 1.1
Easily build PJSIP with: OpenSSL, OpenH264, libyuv and G.729 (without Intel IPP) for Android, by using a Linux virtual machine.
At the time of this tag, the script supports the following:
- Ubuntu Server 14.04.4 Trusty LTS
- Oracle Java 8 1.8.0_74
- PJSIP 2.4.5
- LibYUV r1580
- OpenSSL 1.0.2g
- OpenH264 1.0.0
- SWIG 3.0.7
- Android NDK r10e
- Android SDK with:
- Android APIs: 18, 21
- Build tools 23.0.2
- Platform tools 23.1
PJSIP Android Builder 1.0.0
Compiles PJSIP 2.4.5 with OpenSSL 1.0.2d, OpenH264 1.0.0 and libyuv r1255.
OpenH264 is not supported on x86_64 and armeabi-v8a in this release.
Two binary builds are available:
- PJSIP and libraries compiled with Android API 19 with support for armeabi, armeabi-v7a and x86
- PJSIP and libraries compiled with Android API 21 with support for armeabi, armeabi-v7a, x86, x86_64 and armeabi-v8a