Changes between Version 133 and Version 134 of FAQ


Ignore:
Timestamp:
Feb 10, 2023 3:59:15 AM (15 months ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v133 v134  
    11= PJSIP FAQ = 
     2 
     3**The Trac documentation including this FAQ has been moved to https://docs.pjsip.org. This FAQ becomes Specific Guides in https://docs.pjsip.org/en/latest/specific-guides/index.html**. 
    24 
    35Here you can find answers to some of the most frequently asked questions about PJSIP. If you have a question not answered on this page, you can ask it on the [http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org PJSIP mailing list].  
     
    600602The second option has some drawbacks though. First, despite the fact that the sound device is opened in stereo, you will not be able to playback stereo media in stereo, since the conference bridge is instantiated in mono, hence it will convert the stereo media ports into mono when it's connected to the bridge. And second, since you manage the sound device manually, it won't be opened/closed automatically by PJSUA-LIB as it would normally. 
    601603 
    602 === How can I support new audio device that is plugged-in after the application is running?  === #snd-hot-plug 
     604=== ~~How can I support new audio device that is plugged-in after the application is running?~~ (moved)  === #snd-hot-plug 
     605 
     606**Moved to https://docs.pjsip.org/en/latest/specific-guides/audio/handling_hw_change.html** 
    603607 
    604608PJSIP currently does not support hot-plugging of audio devices while the application is running. Hot-plugging can be supported in the application though. To support this, the app would need to capture the hot-plug event and reinitialize the audio subsytem once the event is detected. 
     
    775779---- 
    776780 
    777 == Video Questions == 
    778  
    779 === Does PJSIP support video? === #video 
     781== ~~Video Questions~~ (moved) == 
     782 
     783=== ~~Does PJSIP support video?~~ (old) === #video 
    780784 
    781785'''Update:''' Video support is planned to appear in version 2.0! 
     
    784788 
    785789 
    786 === How can I add video support in PJSIP? === 
     790=== ~~How can I add video support in PJSIP?~~ (old) === 
    787791 
    788792'''Update:''' Video support is planned to appear in version 2.0! 
     
    811815 
    812816 
    813 === How can I use TCP transport to send/receive SIP messages? === #tcp 
     817=== ~~How can I use TCP transport to send/receive SIP messages?~~ (moved) === #tcp 
    814818 
    815819Please see [wiki:Using_SIP_TCP] 
     
    11011105---- 
    11021106 
    1103 == NAT Questions == #nat-questions 
     1107== ~~NAT Questions~~ (moved) == #nat-questions 
     1108 
     1109**Moved to https://docs.pjsip.org/en/latest/specific-guides/index.html#network-nat** 
    11041110 
    11051111=== What NAT features does PJSIP support? === #nat-features 
     
    11471153---- 
    11481154 
    1149 == Performance == 
     1155== ~~Performance~~ (moved) == 
    11501156 
    11511157=== ~~How can I reduce the CPU usage/maximize the performance of my application?~~ (moved) === #cpu 
     
    12891295---- 
    12901296 
    1291 == Footprint == 
     1297== ~~Footprint~~ (moved) == 
    12921298 
    12931299=== ~~How can I reduce the footprint and heap usage of my application?~~ === #footprint