linphone-developers
[Top][All Lists]
Advanced

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

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


From: nabeel ahamed
Subject: [Linphone-developers] Linphone-Web G.729 support
Date: Mon, 3 Nov 2014 05:44:59 -0800

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]