Changes between Version 96 and Version 97 of Getting-Started/iPhone


Ignore:
Timestamp:
Jan 23, 2017 5:33:43 AM (8 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v96 v97  
    4242 }}} 
    4343 
    44 For iPhone 5, use armv7s architecture (only when libyuv is not used, because libyuv does not support armv7s): 
    45  
    46  {{{ 
    47 $ cd /path/to/your/pjsip/dir 
    48 $ ARCH='-arch armv7s' ./configure-iphone 
    49 $ make dep && make clean && make 
    50  }}} 
    51  
    52 Open {{{ipjsua.xcodeproj}}} using Xcode in [source:pjproject/trunk/pjsip-apps/src/pjsua/ios pjproject/pjsip-apps/src/pjsua/ios] and build the project. You will see telnet instructions on the device's screen. Telnet to this address to operate the application. See [wiki:PJSUA-CLI PJSUA CLI Manual] for commands available. (For release 2.1 and below, ipjsua is located in [source:pjproject/trunk/pjsip-apps/src/ipjsua pjproject/pjsip-apps/src/ipjsua] and does not have CLI telnet feature). 
     44Open {{{ipjsua.xcodeproj}}} using Xcode in [source:pjproject/trunk/pjsip-apps/src/pjsua/ios pjproject/pjsip-apps/src/pjsua/ios]. If you enable video and use libyuv/libopenh264, add the libraries into the application. Build the project and run. You will see telnet instructions on the device's screen. Telnet to this address to operate the application. See [wiki:PJSUA-CLI PJSUA CLI Manual] for commands available. (For release 2.1 and below, ipjsua is located in [source:pjproject/trunk/pjsip-apps/src/ipjsua pjproject/pjsip-apps/src/ipjsua] and does not have CLI telnet feature). 
    5345 
    5446To use PJSIP in your application, you need to define PJ_AUTOCONF=1 in the Xcode's project config.