Hello,
I'm developing an application with pjsua and gstreamer. I've pjmedia disabled (built with the #define PJSUA_MEDIA_HAS_PJMEDIA 0).
Still, as I understand pjmedia is still being used by pjsua. Pjmedia still opens media ports. To stop pjmedia opening those ports I'm adjusting the pjsua_acc_config and set the use_loop_med_tp to true.
Reading further, there is a config variable enable_loopback. The documentation recommends to set this to true when use_loop_med_tp is enabled.
What does enabling "enable_loopback" do and why should I enable it?
Thanks for the help.
Regards
Jochen Jung
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org