linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] G.722 support in linphone-web


From: Ghislain MARY
Subject: Re: [Linphone-developers] G.722 support in linphone-web
Date: Wed, 28 May 2014 10:58:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Hi,

G.722 is not enabled by default. You need to enable it with something like:

    pt = core.findPayloadType("G722", 64000, 1);
    core.enablePayloadType(pt, true);

Cheers,
Ghislain

On 27/05/2014 19:25, Urban Sedlar wrote:
Hello,

I'm having trouble using G.722 in the linphone web plugin (testing both on windows and on mac). It is shown in the codec list when I inspect core.audioCodecs, but it's not present in the SDP of the invite (I was expecting to see RTP type 9, but only got 124, 111, 110, 0, 8 and 101). This is the latest 1.0.6.

The same thing works fine in the desktop version of the Linphone (tested on Windows), where 9 is also offered.

Any ideas what I can try to make it work?

Thanks!

-Urban


_______________________________________________
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]