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: Ghislain MARY
Subject: Re: [Linphone-developers] Linphone-Web G.729 support
Date: Mon, 24 Nov 2014 09:16:26 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Hi,

It should be ok if you update the source code. There was a bug preventing the mediastreamer plugins from being loaded.

Cheers,
Ghislain

Le 24/11/2014 05:58, nabeel ahamed a écrit :
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.
 





_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


reply via email to

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