Changes between Version 133 and Version 134 of FAQ
- Timestamp:
- Feb 10, 2023 3:59:15 AM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v133 v134 1 1 = 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**. 2 4 3 5 Here 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]. … … 600 602 The 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. 601 603 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** 603 607 604 608 PJSIP 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. … … 775 779 ---- 776 780 777 == Video Questions==778 779 === Does PJSIP support video?=== #video781 == ~~Video Questions~~ (moved) == 782 783 === ~~Does PJSIP support video?~~ (old) === #video 780 784 781 785 '''Update:''' Video support is planned to appear in version 2.0! … … 784 788 785 789 786 === How can I add video support in PJSIP?===790 === ~~How can I add video support in PJSIP?~~ (old) === 787 791 788 792 '''Update:''' Video support is planned to appear in version 2.0! … … 811 815 812 816 813 === How can I use TCP transport to send/receive SIP messages?=== #tcp817 === ~~How can I use TCP transport to send/receive SIP messages?~~ (moved) === #tcp 814 818 815 819 Please see [wiki:Using_SIP_TCP] … … 1101 1105 ---- 1102 1106 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** 1104 1110 1105 1111 === What NAT features does PJSIP support? === #nat-features … … 1147 1153 ---- 1148 1154 1149 == Performance==1155 == ~~Performance~~ (moved) == 1150 1156 1151 1157 === ~~How can I reduce the CPU usage/maximize the performance of my application?~~ (moved) === #cpu … … 1289 1295 ---- 1290 1296 1291 == Footprint==1297 == ~~Footprint~~ (moved) == 1292 1298 1293 1299 === ~~How can I reduce the footprint and heap usage of my application?~~ === #footprint