Changes between Version 80 and Version 81 of Getting-Started/Android


Ignore:
Timestamp:
Apr 12, 2021 4:26:46 AM (3 years ago)
Author:
nanang
Comment:

Add info about native Android codecs

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v80 v81  
    101101cp /Users/me/src/ffmpeg-2.5/android/arm/lib/*.so /Users/me/pjproject-2.0/pjsip-apps/src/swig/java/android/libs/armeabi 
    102102}}} 
     103 
     104==== AMediaCodec, native Android codecs (experimental) ==== 
     105This is available since 2.11, it provides H264, VP8, and VP9 video codecs (also AMR-NB & AMR-WB audio codecs). Please check [https://github.com/pjsip/pjproject/pull/2552 here] for how to enable it. 
     106 
    103107 
    104108=== Configuring ===