linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Video Codec H263 in iOS


From: BIENKOWSKI Guillaume
Subject: Re: [Linphone-developers] Video Codec H263 in iOS
Date: Mon, 1 Sep 2014 10:24:39 +0200

Hello Praveen,

Try adding these lines in -startLibLinphone: of LinphoneManager.m:

    linphone_core_enable_payload_type(theLinphoneCore, linphone_core_find_payload_type(theLinphoneCore, "H263-1998", 90000, -1), TRUE);

    linphone_core_enable_payload_type(theLinphoneCore, linphone_core_find_payload_type(theLinphoneCore, "H263", 90000, -1), TRUE);



H263 is disabled by default on iOS.

Regards,


Guillaume BIENKOWSKI
http://www.belledonne-communications.com/
sip:address@hidden


On Mon, Sep 1, 2014 at 8:01 AM, Praveen kumar <address@hidden> wrote:
Hi

 I have used Linphone SIP source for iOS VOIP call , by default in linphone source have H264, VP8 & MP4V for Video codec. Is it possible to add a additional codec H263 into the existing source? . If possible how to add this. Please help me .

Thanks .

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