Ari Moisio | 2 Jan 2006 09:15
Picon

Re: Video enabled Linphone

Hi!

     I tried to use video support with console version but probably i had 
too old ffmpeg version, bc i got lot of compile errors.

   However video support would be great improvement to Linphone(c),  in 
console version too.

   Although tricky to setup, i have  found Linphonec only SIP  phone usable 
behind nat firewall.

--

-- 
arimo

On Sat, 31 Dec 2005, Mike Lee wrote:

> Dear All
>  Does anyone try video call for linphone? Is there any roadmap on
> this? I really interest in this development. i will start hack on this
> inside linphone.
>
> best regards
>
> --
> -----------------------------------------------
> Mike Lee
>
>
> _______________________________________________
> Linphone-users mailing list
(Continue reading)

Simon Morlat | 2 Jan 2006 18:25

Re: 1.1.0 compile failure on FC4 X86_64

Hi,

Yes I think it's safe to restore the file after linphone has been compiled.
It confirms this looks like a libtool bug, maybe restricted to libpopt for 
some reason.

Simon

Le Lundi 19 Décembre 2005 21:38, John A. Sullivan III a écrit :
> That works but what have I done? Should I restore the file after
> compiling Linphone? If I do, will Linphone now break? If I don't, will
> something else break? Thanks - John
>
> On Mon, 2005-12-19 at 14:49 +0100, Simon Morlat wrote:
> > This is the correct thing... I wonder why libtool tansforms the -lpopt
> > in /usr/lib/libpopt.so
> > Maybe a libtool bug ?
> > Can you try removing the /usr/lib/libpopt.la file ?
> >
> > Simon
> >
> > Le Vendredi 16 Décembre 2005 20:35, John A. Sullivan III a écrit :
> > > I get this:
> > >
> > > pkg-config --libs libgnomeui-2.0
> > > -Wl,--export-dynamic -pthread -L/usr/X11R6/lib64 -lgnomeui-2 -lSM -lICE
> > > -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lpopt
> > > -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
> > > -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0
> > > -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm
(Continue reading)

Simon Morlat | 2 Jan 2006 18:42

Re: prob with linphone 1.2.0

Hi,

No problems here. The open directory warning is not a problem, and the 
REGISTRATION_FAILURE is probably the first attempt to register without 
password, followed by registration with password wich has succeeded.

Simon

Le Mardi 20 Décembre 2005 10:31, li jiuying a écrit :
> I installed linphone 1.2.0 stable.
> when I execute linphonec I got this warning
>
> Cannot open directory
> /usr/local/lib/linphone/plugins/mediastreamer: No such
> file or directory
> Ready.
> linphonec> Message:REGISTRATION_FAILURE
>
> Message:cfg= sip:192.168.1.254, cfg->rid=1, rid=1
> Registration on sip:192.168.1.254 sucessful.
> Message:cfg= sip:192.168.1.254, cfg->rid=1, rid=1
>
> but linphonec is registred on Asterisk.
> can that cause a prob of sound?
> does sb have some ideas?
> Thanks
> Jo
>
> __________________________________________________
> Do You Yahoo!?
(Continue reading)

Francois-Xavier KOWALSKI | 3 Jan 2006 00:16
Picon
Favicon

Re: 1.1.0 compile failure on FC4 X86_64

Hi,

This might be due to a Debian/Fedora difference on x86_64: On Debian, 
64-bits libraries come into /usr/lib, while 32-bits one live into 
/usr/lib32. This is the opposite on Fedora, where 64-bits go into 
/usr/lib64 & 32-bits into /usr/lib. Consequently, the libtool.m4 
delivered by Fedora & Debian must differ. I suggest to clean-up the 
aclocal.m4 delivered with linphone (generated on Simon's Debian) & 
re-run ./autogen.sh to use the libtool.m4 that comes with Fedora.

--FiX

Simon Morlat wrote:

>Hi,
>
>Yes I think it's safe to restore the file after linphone has been compiled.
>It confirms this looks like a libtool bug, maybe restricted to libpopt for 
>some reason.
>
>Simon
>
>Le Lundi 19 Décembre 2005 21:38, John A. Sullivan III a écrit :
>  
>
>>That works but what have I done? Should I restore the file after
>>compiling Linphone? If I do, will Linphone now break? If I don't, will
>>something else break? Thanks - John
>>
>>On Mon, 2005-12-19 at 14:49 +0100, Simon Morlat wrote:
(Continue reading)

Mike Lee | 3 Jan 2006 12:56
Picon

Embedded GUI of linphone

hi all
   I just success on using two computer to have video call. it is amazing.

   Actually, i am trying to use linphone on embedded system. Could i
enable video support but disable-glib and disable-gnome? Or does
anyone try any other GUI toolkit? QT, Microwindow?

Thx
--
-----------------------------------------------
Mike Lee
javiso | 3 Jan 2006 16:05

Re: Embedded GUI of linphone

On Tuesday 03 January 2006 12:56, Mike Lee wrote:

Hi,

I am trying to build linphone with video support and I am getting the 
following error:

msavencoder.c: In function `ms_AVencoder_set_frame_rate':
msavencoder.c:134: error: structure has no member named `time_base'
msavencoder.c:135: error: structure has no member named `time_base'

Could you please let me know which ffmpeg version are you using ?

Thanks

Javier
I also planned to use it on embedded systems so I'll share my experiences
> hi all
>    I just success on using two computer to have video call. it is amazing.
>
>    Actually, i am trying to use linphone on embedded system. Could i
> enable video support but disable-glib and disable-gnome? Or does
> anyone try any other GUI toolkit? QT, Microwindow?
>
> Thx
> --
> -----------------------------------------------
> Mike Lee
>
>
(Continue reading)

Mike Lee | 4 Jan 2006 02:03
Picon

Re: Embedded GUI of linphone

You need to use CVS ffmpeg with --enable-shared configuration

On 1/3/06, javiso <at> ono.com <javiso <at> ono.com> wrote:
> On Tuesday 03 January 2006 12:56, Mike Lee wrote:
>
> Hi,
>
> I am trying to build linphone with video support and I am getting the
> following error:
>
> msavencoder.c: In function `ms_AVencoder_set_frame_rate':
> msavencoder.c:134: error: structure has no member named `time_base'
> msavencoder.c:135: error: structure has no member named `time_base'
>
> Could you please let me know which ffmpeg version are you using ?
>
> Thanks
>
> Javier
> I also planned to use it on embedded systems so I'll share my experiences
> > hi all
> >    I just success on using two computer to have video call. it is amazing.
> >
> >    Actually, i am trying to use linphone on embedded system. Could i
> > enable video support but disable-glib and disable-gnome? Or does
> > anyone try any other GUI toolkit? QT, Microwindow?
> >
> > Thx
> > --
> > -----------------------------------------------
(Continue reading)

Simon Morlat | 4 Jan 2006 18:32

Re: Possibilities for smaller jitter buffer?

Hi,
>
> 1. Is it possible to extend the possible range towards smaller values, e.g.
> having 5 ms or 10 ms as the smallest possible buffer size?
There are good reasons for not going under 10ms:
* The OS resolution is usually 10 ms, except with some linux-2.6
* The size of RTP packets is usually 20 (the default value), however it can be 
lowered with the drawback of increasing bandwidth because of overhead of 
ip/udp/rtp headers.
* the soundcards/drivers of our pc have usually bigger latencies (up to 1 
second in the worse case), and around 32 ms with the best drivers (though it 
can be possible to lower it again).
>
> 2. Is it possible for me to manipulate some source file in linphone-1.2.0
> to give this a quick try, or would this change require changes in many
> parts of the source?
>
> I think it would improve the speech quality if the jitter buffer could be
> smaller. Right now I experience an audible delay in the receive direction.
> (But this can of course have other reasons as well).

Yes I think it's better to know where the delay comes from before lowering 
values somewhere that are not related with the delay you observe.
I don't remember if I asked you a complete call log (linphone --verbose). If 
not, please send to me.

Simon

>
> I know that in for example X-Lite (popular SIP UA for Windows) it is
(Continue reading)

Simon Morlat | 4 Jan 2006 18:37

Re: Linphone configuration question

Hi,

You probably have to enter a proxy setting with :
sip identity: sip:username <at> ipaddress
sip proxy: sip:ipadress

Then type a telephone number and start a call.
Linphone will ask you the password the first time.

Simon

Le Mardi 27 Décembre 2005 10:23, Yves Glodt a écrit :
> Hi,
>
> I want to connect Linphone to our sip- and h323-enabled voip-pbx
> (Swyx) , and I fail to get it working, probably because I simply set
> it up incorrectly...
>
> In the properties of my pbx-user, I have the following parameters:
>
> It's IP-address, my username, a password and an optional realm (which
> is identical to the NT-Domain.local)
>
> In Linphone, I saw I had to set up a parameter with sip:/something...
> How do the values from
> my pbx fit into Linphone?
>
> Best regards,
> Yves
>
(Continue reading)

Simon Morlat | 4 Jan 2006 18:42

Re: Calling Geographical Phone Numbers

Hello,

Maybe it works by calling number <at> sipgate.de  ?

Simon

Le Mardi 27 Décembre 2005 13:12, Melanie Desaive a écrit :
> Hello everybody,
>
> I just installed linphone on my pc and it works fine with my sipgate
> account.
>
> But theres one thing I cannot get working:
>
> I would like to call a friend, who uses a freenet iphone account. The
> freenet website says, that freenet iphone accounts can be called free of
> charge from sipgate, and that i should dial the phone number of the freenet
> account to reach it.
>
> How do I enter the phone number with linphone? Or is that not possible? If
> not, are there other sip clients, which support this feature?
>
> Thank you very much,
>
> Melanie Desaive

Gmane