linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Codec usage via plugin


From: nick.farrow
Subject: Re: [Linphone-developers] Codec usage via plugin
Date: Wed, 4 Nov 2015 13:31:24 +0000

Thanks very much Dragos / Johan very useful

Regards

nick

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of address@hidden
Sent: 04 November 2015 12:07
To: address@hidden
Subject: Linphone-developers Digest, Vol 153, Issue 4

Send Linphone-developers mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.nongnu.org/mailman/listinfo/linphone-developers
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of Linphone-developers digest..."


Today's Topics:

   1. Re: Enable Lime on IOS version (Johan Pascal)
   2. Re: Codec usage via plugin (Dragos Oancea)
   3. Re: Codec usage via plugin (Johan Pascal)


----------------------------------------------------------------------

Message: 1
Date: Wed, 4 Nov 2015 11:38:14 +0100
From: Johan Pascal <address@hidden>
To: address@hidden
Subject: Re: [Linphone-developers] Enable Lime on IOS version
Message-ID: <address@hidden>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hi William,
on recent version of linphone-iphone, Lime is enabled by default at build, but 
you have to also enable it, before build, in the linphone configuration file(s):
./Resources/linphonerc-factory~ipad
./Resources/linphonerc-factory

by setting
lime=1
in the [sip] section.

regards,

johan

On 23/10/15 14:06, william anderson wrote:
> Hi,
>
> I read a post from Johan Pascal related to enable Lime on ios version.
> "For IOS it shall work but you'll have to tweak the build(it may be 
> done one of these day)".
>
> Anyone could explain me what is the tweak required to do on latest 2.4 
> linphone iphone? Any explanation?
>
> I am interested in ios iphone (please do not reply for the other 
> platforms like android, desktop, etc).
>
> Regards,
> William
>
>
>
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.nongnu.org/archive/html/linphone-developers/attachments/20151104/62f5e50a/attachment.html>

------------------------------

Message: 2
Date: Wed, 4 Nov 2015 11:17:15 +0000 (UTC)
From: Dragos Oancea <address@hidden>
To: "address@hidden" <address@hidden>
Subject: Re: [Linphone-developers] Codec usage via plugin
Message-ID:
        <address@hidden>
Content-Type: text/plain; charset="utf-8"

Hi Nick,
Codec2 filters are here:git://git.linphone.org/mscodec2.git
It's a submodule, so clone it in "submodules/". See file?mscodec2.c .
Regards,Dragos
      From: "address@hidden" <address@hidden>
 To: address@hidden
 Sent: Tuesday, November 3, 2015 2:27 PM
 Subject: Re: [Linphone-developers] Codec usage via plugin
   
 <!--#yiv8137550444 _filtered #yiv8137550444 {font-family:Calibri;panose-1:2 15 
5 2 2 2 4 3 2 4;}#yiv8137550444 #yiv8137550444 p.yiv8137550444MsoNormal, 
#yiv8137550444 li.yiv8137550444MsoNormal, #yiv8137550444 
div.yiv8137550444MsoNormal 
{margin:0cm;margin-bottom:.0001pt;font-size:11.0pt;font-family:"Calibri", 
"sans-serif";}#yiv8137550444 a:link, #yiv8137550444 
span.yiv8137550444MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv8137550444 a:visited, #yiv8137550444 
span.yiv8137550444MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv8137550444 
span.yiv8137550444EmailStyle17 {font-family:"Arial", 
"sans-serif";color:windowtext;font-weight:normal;font-style:normal;text-decoration:none
 none;}#yiv8137550444 .yiv8137550444MsoChpDefault {font-family:"Calibri", 
"sans-serif";} _filtered #yiv8137550444 {margin:72.0pt 72.0pt 72.0pt 
72.0pt;}#yiv8137550444 div.yiv8137550444WordSection1 {}-->Hi John,  ? Thanks 
for your reply, although I?m still? not quite sure how this fits. I?d 
appreciate it if you could bear with me!  ? The changes you mention seem to 
just be just compiler and static flags in a (android) make file for 
mediastreamer2. Looking through the git distro these are the only instances of 
codec2. I was hoping that something like codec2Enc.c or the like, that actually 
did something to build a filter for a given codec.  ? Could you explain further 
how and where codec2 (filter) is actually produced, as I cant find any further 
mentions in the main linphone distro either?  ? Regards  ? nick 
_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers


  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.nongnu.org/archive/html/linphone-developers/attachments/20151104/d2500239/attachment.html>

------------------------------

Message: 3
Date: Wed, 4 Nov 2015 13:07:08 +0100
From: Johan Pascal <address@hidden>
To: address@hidden
Subject: Re: [Linphone-developers] Codec usage via plugin
Message-ID: <address@hidden>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Thanks Dragos,
sorry Nick, I read your email too quickly and missed the part where you 
were asking for the actual codec2 msfilter implementation.

johan


On 04/11/15 12:17, Dragos Oancea wrote:
> Hi Nick,
>
> Codec2 filters are here:
> git://git.linphone.org/mscodec2.git
> It's a submodule, so clone it in "submodules/". See file mscodec2.c .
>
> Regards,
> Dragos
>
> ------------------------------------------------------------------------
> *From:* "address@hidden" <address@hidden>
> *To:* address@hidden
> *Sent:* Tuesday, November 3, 2015 2:27 PM
> *Subject:* Re: [Linphone-developers] Codec usage via plugin
>
> Hi John,
> Thanks for your reply, although I?m still  not quite sure how this 
> fits. I?d appreciate it if you could bear with me!
> The changes you mention seem to just be just compiler and static flags 
> in a (android) make file for mediastreamer2. Looking through the git 
> distro these are the only instances of codec2. I was hoping that 
> something like codec2Enc.c or the like, that actually did something to 
> build a filter for a given codec.
> Could you explain further how and where codec2 (filter) is actually 
> produced, as I cant find any further mentions in the main linphone 
> distro either?
> Regards
> nick
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden <mailto:address@hidden>
> https://lists.nongnu.org/mailman/listinfo/linphone-developers
>
>
>
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.nongnu.org/archive/html/linphone-developers/attachments/20151104/d70fd6ba/attachment.html>

------------------------------

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


End of Linphone-developers Digest, Vol 153, Issue 4
***************************************************



reply via email to

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