linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] (no subject)


From: kl
Subject: [Linphone-developers] (no subject)
Date: Sat, 17 Jul 2010 00:37:13 -0700 (PDT)

I am trying to add this to the SDP without success :-

"fmtp:18 annexb=no"

I have tried a few combinations of the below, but none works.

        rtp_profile_set_payload(&av_profile,18,&payload_type_g729);
        RtpProfile *profile=rtp_profile_clone_full(&av_profile);
        PayloadType *pt=rtp_profile_get_payload(profile, 18);
        //payload_type_set_send_fmtp(pt,"annexb=no");
        payload_type_append_send_fmtp(pt, "annexb=no");

May I know how can I do it ( which API ) ?


      




reply via email to

[Prev in Thread] Current Thread [Next in Thread]