Changes between Version 63 and Version 64 of Getting-Started/Android


Ignore:
Timestamp:
Aug 3, 2016 7:21:58 AM (8 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v63 v64  
    6060==== OpenH264 (recommended) ==== 
    6161Provides video codec H.264, alternatively you can use ffmpeg (together with libx264). 
    62        1. Follow the instructions in ticket #1758 
     62       1. Follow the instructions in ticket #1758 (or ticket #1947 if you use PJSIP version 2.6 or above). 
    6363       1. Copy all library .so files into your Android application project directory, for example: 
    6464{{{ 
    65 cp /Users/me/openh264-1.0.0/android/*.so /Users/me/pjproject-2.0/pjsip-apps/src/swig/java/android/libs/armeabi 
     65cp /Users/me/openh264/android/*.so /Users/me/pjproject-2.0/pjsip-apps/src/swig/java/android/libs/armeabi 
    6666}}} 
    6767 
     
    9191Specify third-party video libraries when invoking {{{./configure-android}}}, e.g: 
    9292{{{ 
    93 $ ./configure-android --with-openh264=/Users/me/openh264-1.0.0/android --with-libyuv=/Users/me/libyuv-android/jni 
     93$ ./configure-android --with-openh264=/Users/me/openh264/android --with-libyuv=/Users/me/libyuv-android/jni 
    9494}}} 
    9595 
     
    9797{{{ 
    9898... 
    99 Using OpenH264 prefix... /Users/me/openh264-1.0.0/android 
     99Using OpenH264 prefix... /Users/me/openh264/android 
    100100checking OpenH264 availability... ok 
    101101Using libyuv prefix... /Users/me/libyuv-android/jni