linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Re: add codec annexb=no fmtp


From: kl
Subject: [Linphone-developers] Re: add codec annexb=no fmtp
Date: Sun, 18 Jul 2010 00:10:03 -0700 (PDT)

Sorry for the previous no subject post.

I have found out how to do it in linphonecore.c already.

But I was hoping to be able to do it in the mediastreamer
codec implementation code. Anyone who knows how to
do it there, let me know.

Thanks.

--- On Sat, 7/17/10, kl <address@hidden> wrote:

> From: kl <address@hidden>
> Subject: [Linphone-developers] (no subject)
> To: address@hidden
> Date: Saturday, July 17, 2010, 3:37 PM
> 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 ) ?
> 
> 
>       
> 
> 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers
> 







reply via email to

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