[pjsip] Transport Adapter Sample
CalvIA IA
calvia08 at gmail.com
Tue Oct 21 02:46:15 EDT 2008
Hi all,
Its alright. Got the debug printouts already.
On Tue, Oct 21, 2008 at 1:43 PM, CalvIA IA <calvia08 at gmail.com> wrote:
> Hi,
>
> Anyone tried the Transport Adapter Sample?
>
> I am trying to test if the Transport Adapter is used when rtp/rtcp packets
> are sent or received.
>
> I have enabled it in my PJSUA app with :
>
> #define TRANSPORT_ADAPTER_TEST
>
> #ifdef TRANSPORT_ADAPTER_TEST
> static pj_status_t transport_adapter_test(void);
> #endif
>
> #ifdef TRANSPORT_ADAPTER_TEST
> /* Add RTP transports */
> status = transport_adapter_test();
> #else
> #endif
>
>
> Added PJ_LOG lines in :
>
> static
> pj_status_t transport_attach()
> static void transport_rtp_cb()
>
> static
> pj_status_t transport_send_rtp()
> to track if these functions are called, but there are no printouts in the
> debug log.
>
>
>
> Am I doing it correctly? Anyone knows how to track if the RTP packets
> indeed passthrough the Media Transport Adapter?
>
>
> Regards,
> Calvin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20081021/51eca473/attachment.html>
More information about the pjsip
mailing list