Changes between Version 40 and Version 41 of WikiStart


Ignore:
Timestamp:
Aug 19, 2008 6:22:06 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v40 v41  
    1818 
    1919 
    20  * [wiki:FAQ PJSIP FAQ] 
     20 * [wiki:FAQ PJSIP FAQ]. Please read this first for any questions. 
    2121 
    2222{{{ 
     
    3333 
    3434General: 
    35  * [wiki:Getting_Started_Using Getting Started Part II: Building Your Own Application using PJSIP] 
    36  * [wiki:PJSIP_Tutorial PJSUA Tutorial] 
     35 * [wiki:Getting_Started_Using Getting Started Part II: Building Your Own Application using PJSIP]. This is the continuation of the [http://www.pjsip.org/using.htm Getting Started] document, and is particularly useful for those who are stucked with Makefiles for their development. 
    3736 
    3837Symbian: 
    39  * [wiki:DevelopingSymbianAppWithCarbide Developing, Building and Debugging PJSIP for Symbian S60 3rd Edition Device using Carbide C++] 
     38 * [wiki:DevelopingSymbianAppWithCarbide Developing, Building and Debugging PJSIP for Symbian S60 3rd Edition Device using Carbide C++]. This is a complete tutorial on how to setup Carbide, your device, and PJSIP for your development. 
    4039 
    4140Python: 
    42  * [wiki:Python_SIP_Tutorial Python SIP Tutorial] 
     41 * [wiki:Python_SIP_Tutorial Python SIP Tutorial]. A thorough tutorial on how to use Python to develop your PJSIP application. This article is also useful as introduction to PJSIP features. 
    4342 
    4443Windows 95/98: 
    45  * [wiki:Windows98_Support Building the Software for Windows 95/98 (win95/98)] 
     44 * [wiki:Windows98_Support Building the Software for Windows 95/98 (win95/98)] explains things to tweak to make PJSIP works on Windows 95 and Windows 98. 
    4645 
    4746 
     
    5958 
    6059Media related: 
    61  * '''New:''' [wiki:Intel_IPP_Codecs Using Intel® Integrated Performance Primitive (IPP) with PJMEDIA] 
    62  * [wiki:SRTP SRTP Support in PJSIP] 
    63  * [wiki:3rd_Party_Media Integrating Third Party Media Stack with PJSIP] 
     60 * '''New:''' [wiki:Intel_IPP_Codecs Using Intel® Integrated Performance Primitive (IPP) with PJMEDIA] explains how to setup the development in order to use Intel® IPP libraries and reap various goodies from it such as AMR NB, AMR WB, G.722.1, G.723.1, G.726, G.728, and G.729 codecs. 
     61 
     62 * [wiki:SRTP SRTP Support in PJSIP]. This article explains how to setup and configure Secure RTP (SRTP) support as well as a technical implementation notes. Could be useful for anyone looking to implement other media transport types as well. 
     63 
     64 * [wiki:3rd_Party_Media Integrating Third Party Media Stack with PJSIP]. This article explains several strategies that can be used if one wants to integrate third party media codecs with PJSIP. 
    6465 
    6566Symbian: 
    66  * [wiki:APS Using Audio Proxy Server (APS) in PJSIP] 
     67 * [wiki:APS Using Audio Proxy Server (APS) in PJSIP] describes how to setup PJSIP to use APS. 
    6768 
    6869SIP related: 
    69  * [wiki:TLS Configuring PJSIP with TLS] 
     70 * [wiki:TLS Configuring PJSIP with TLS] describes how to setup and configure PJSIP to use Transport Layer Security (TLS) transport. 
    7071 
    7172Other: 
    72  * [wiki:IPv6 Detailed explanation of IPv6 changes] 
    73  * [wiki:new_changes Major Changes since Version 0.5] 
     73 * [wiki:IPv6 Detailed explanation of IPv6 changes] explains technical details on what have been changed to support IPv6 throughout the libraries. 
     74 
     75 * [wiki:new_changes Major Changes since Version 0.5]  
    7476 
    7577{{{ 
     
    9698 
    9799Media related: 
    98  * [wiki:sound-problems Sound Problems] 
     100 * [wiki:sound-problems Sound Problems]. This is a good place to start for troubleshooting everything related to audio/media problems. 
    99101 
    100102ICE related: 
    101  * [wiki:IceNegotiationFailure ICE Negotiation Failure] 
     103 * [wiki:IceNegotiationFailure ICE Negotiation Failure]. A short article explaining how to read the log file to find out information related to ICE negotiation results, and potential reasons of the failure. 
    102104 
    103105Other: 
     
    119121 
    120122Media related: 
    121  * '''New:''' [wiki:PJMEDIA-MIPS PJMEDIA Performance Measurement] 
    122  * [wiki:MeasuringSoundLatency Measuring Sound Latency] 
    123  * [wiki:media-flow Media Flow Explained] 
     123 * '''New:''' [wiki:PJMEDIA-MIPS PJMEDIA Performance Measurement]. This article is a '''must read''' for anyone looking to use PJMEDIA in performance constraint platforms (such as embedded or mobile devices), as it lists the performance requirements for each and all features in PJMEDIA. 
     124 
     125 * [wiki:MeasuringSoundLatency Measuring Sound Latency] explain some tips to measure audio/sound latencies. 
     126 
     127 * [wiki:media-flow Media Flow Explained]. This short article explains how the media flows between various PJMEDIA components. 
    124128 
    125129Other: 
    126  * [wiki:PJSUA_Locks Standard Mutex Lock Ordering with PJSUA-LIB to Avoid Deadlock] 
     130 * [wiki:PJSUA_Locks Standard Mutex Lock Ordering with PJSUA-LIB to Avoid Deadlock]. This article is a '''must read''' for anyone working with PJSUA-API. 
    127131 
    128132{{{