Changes between Version 40 and Version 41 of WikiStart
- Timestamp:
- Aug 19, 2008 6:22:06 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v40 v41 18 18 19 19 20 * [wiki:FAQ PJSIP FAQ] 20 * [wiki:FAQ PJSIP FAQ]. Please read this first for any questions. 21 21 22 22 {{{ … … 33 33 34 34 General: 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. 37 36 38 37 Symbian: 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. 40 39 41 40 Python: 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. 43 42 44 43 Windows 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. 46 45 47 46 … … 59 58 60 59 Media 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. 64 65 65 66 Symbian: 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. 67 68 68 69 SIP 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. 70 71 71 72 Other: 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] 74 76 75 77 {{{ … … 96 98 97 99 Media 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. 99 101 100 102 ICE 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. 102 104 103 105 Other: … … 119 121 120 122 Media 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. 124 128 125 129 Other: 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. 127 131 128 132 {{{