Hi all I developed on android, if I want to integrate Third Party Media Stack into PJSUA-LIB, how can I do? I refer to http://trac.pjsip.org/repos/wiki/3rd_Party_Media_20, I had follow these steps: 1. Declare this in pjlib/include/pj/config_site.h: #define PJSUA_MEDIA_HAS_PJMEDIA 0 to exclude PJMEDIA specific implementation from PJSUA-LIB library. Understandably you will loose all media features in PJSUA-LIB (this will be handled by your third party media stack). 1. Also copy suggested settings from pjsip-apps/src/3rdparty_media_sample/config_site.h into pjlib/include/pj/config_site.h. These settings are mostly used to exclude unneeded media components from the link process. 2. Build the libraries, but this time using $ make lib What should I do next? Best Regards, jason.chen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140605/778e1f43/attachment.html>