Changes between Version 100 and Version 101 of FAQ
- Timestamp:
- Aug 26, 2010 3:10:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v100 v101 496 496 PJSIP supports SRTP since version 0.9, please see [wiki:SRTP SRTP Support in PJSIP] page for more info. 497 497 498 Integrating other media security mechanism, such as ZRTP, is possible by implementing media transport ''adapter'' (this is also [wiki:SRTP#ImplementationNotes how the SRTP is implemented]). 498 499 499 500 … … 637 638 Also some processing needs to be done on the SDP to support video. So basically, for outgoing SDP, application has to add video information in the SDP after the SDP is created, and it has to parse video related information in the incoming SDP by itself. 638 639 639 And perhaps if synchronization between audio and video is needed, the application then will need to peek the RTP packet coming to the audio stream. This can be done perhaps by modifying the media transport, or by installing media transport ''adapter'' as described in [#srtp -zrtp SRTP/ZRTP] question above.640 And perhaps if synchronization between audio and video is needed, the application then will need to peek the RTP packet coming to the audio stream. This can be done perhaps by modifying the media transport, or by installing media transport ''adapter'' as described in [#srtp secure media] question above. 640 641 641 642 ----