More on that is using two instances of linphone I am able to make the video call fine. If i turn of SRTP and use RTP in PJSIP everything works fine. Only when using SRTP it's creating the problem. The way I am configuring is like below:
ua_cfg.use_srtp = PJMEDIA_SRTP_MANDATORY;
ua_cfg.srtp_secure_signaling = PJSUA_DEFAULT_SRTP_SECURE_SIGNALING;
pjsua_srtp_opt srtp_opt;
pjsua_srtp_opt_default(&srtp_opt);
ua_cfg.srtp_opt = srtp_opt;
ua_cfg.srtp_optional_dup_offer = PJ_TRUE;
Android Similar Problem:https://stackoverflow.com/questions/56031734/how-to-enable-srtp-with-pjsip-in-android
On Thu, Jul 18, 2019 at 5:26 PM Anuran Barman <anuranbarman@xxxxxxxxx> wrote:
I am able to register and get the call. How can I get that if the settings are not correct. Only video and audio is not working.On Thu, Jul 18, 2019 at 5:24 PM Александр Клейменов <a.kleymenov@xxxxxxxx> wrote:Are you sure in account settings for TLS?_______________________________________________18 июля 2019 г., в 14:27, Anuran Barman <anuranbarman@xxxxxxxxx> написал(а):Hi, No even in release it is not working. Same problem._______________________________________________On Thu, Jul 18, 2019 at 4:53 PM Александр Клейменов <a.kleymenov@xxxxxxxx> wrote:Hello!
A have same problem on Android in debug, in release work nice - try release.
_______________________________________________
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@xxxxxxxxxxxxxxx
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org