linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Linphone-Web G.729 support


From: nabeel ahamed
Subject: Re: [Linphone-developers] Linphone-Web G.729 support
Date: Wed, 26 Nov 2014 12:16:34 +0000 (UTC)

Hi Ghislain,

Updated the source code and still I could G.729 is not loading.

About page reads,

Web app version: 1.1.6
Plugin version: 1.0.10
Core version: 3.7.0-1203-g4ac1ccd

Any help here is much appreciated. 


On Monday, November 24, 2014 10:28 AM, nabeel ahamed <address@hidden> wrote:


Can someone help here ??


On Monday, November 3, 2014 7:14 PM, nabeel ahamed <address@hidden> wrote:


Hi,

I was able to compile and build linphone-web-plugin using firebreath. 

To enable G.729, I added couple of lines like below under coreapi.cpp

void CoreAPI::enablePayloadType(PayloadTypeAPIPtr const &payloadType, bool enable) {
PayloadType *pt=linphone_core_find_payload_type(mCore,"G729",8000,-1);
    if (pt) {
        linphone_core_enable_payload_type(mCore,pt,TRUE);
    }
}

I used,  xcodebuild -arch i386 -DENABLE_G729 when building.

Still, I couldn't make G.729 working on linphone-web. Is there anything I'm missing here ? 

Thanks,
Nabeel.
 






reply via email to

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