linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Re: Linphone-developers Digest, Vol 79, Issue 6


From: hitliuyi
Subject: [Linphone-developers] Re: Linphone-developers Digest, Vol 79, Issue 6
Date: Thu, 10 Sep 2009 19:19:47 +0800

Hi,
 
Does  Linphone support video size: QVGA?  The codec which I chosed was h263_1998, but I couldn't capture the video rtp packet.
When using CIF, it works ok.
 
Thanks,
Tom liu
 
 
I have another question. Why does not linphone support video size: VGA?

On Thu, Sep 10, 2009 at 12:00 AM, <address@hidden> wrote:
Send Linphone-developers mailing list submissions to
       address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
       http://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. Support for ICE (hongleij)
  2. Re: Linphone-developers Digest, Vol 79,   Issue 5 (hitliuyi)
  3. Re: Re: Linphone-developers Digest, Vol 79,       Issue 5 (Simon Morlat)


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

Message: 1
Date: Wed, 9 Sep 2009 11:59:47 +0800 (CST)
From: hongleij <address@hidden>
Subject: [Linphone-developers] Support for ICE
To: linphone-developers <address@hidden>
Message-ID:
       <address@hidden>
Content-Type: text/plain; charset="gbk"

 Hi,
         I want to know the status of linphone's STUN/TURN/ICE support,.  If i want add full support for ICE,will anyone give some suggestions?
        Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gnu.org/pipermail/linphone-developers/attachments/20090909/887974d9/attachment.html

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

Message: 2
Date: Wed, 9 Sep 2009 16:26:03 +0800
From: hitliuyi <address@hidden>
Subject: [Linphone-developers] Re: Linphone-developers Digest, Vol 79,
       Issue 5
To: address@hidden
Message-ID:
       <address@hidden>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

Who can give me the avcodec.lib, avutil-49.lib, swscale.lib for Windows?
I complied them from ffmpeg using MinGW, but there were problems on some
machines when running.
"*movdqa      xmmword ptr [esp+20h],xmm1*"

And who can tell me what's wrong. Thanks a lot.

Tom liu

On Tue, Sep 8, 2009 at 12:00 AM, <address@hidden>wrote:

> Send Linphone-developers mailing list submissions to
>        address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://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: winvideo.c syntax error before "LPVIDEOHDR" (Simon Morlat)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 7 Sep 2009 09:23:12 +0200
> From: Simon Morlat <address@hidden>
> Subject: Re: [Linphone-developers] winvideo.c syntax error before
>        "LPVIDEOHDR"
> To: address@hidden
> Cc: "Jeffrey.Chou" <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: Text/Plain;  charset="iso-8859-15"
>
> Hi,
>
> You should probably update the w32api from mingw, it 's apparently missing
> some declarations.
> In the coming release, wxDevC++ is no more the recommended way of building
> linphone, instead ./configure && make && make install is used using
> mingw/msys
> . See README.mingw. You need lastest git or svn version .
>
> Simon
>
> Le jeudi 3 septembre 2009 08:34:14, Jeffrey.Chou a écrit :
> > Hi,
> >
> > I want to compile linphone(linphone-3.1.1 ) on winxp, just acording to
> > README.win32. and when I compiled mediastreamer2 in wxDev-c++, I got the
> > error:
> >
> > 67 D:\linphone\src\linphone-3.1.1\mediastreamer2\src\winvideo.c syntax
> > error before "LPVIDEOHDR"
> >
> > I use the linphone-deps bundle from
> > http://download.savannah.gnu.org/releases/linphone/misc/ .
> >
> > How to resovle this?
> > thanks
> > 2009-09-03
> >
> >
> >
> > Jeffrey
>
>
>
>
>
> ------------------------------
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers
>
>
> End of Linphone-developers Digest, Vol 79, Issue 5
> **************************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gnu.org/pipermail/linphone-developers/attachments/20090909/d77f81db/attachment.html

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

Message: 3
Date: Wed, 9 Sep 2009 16:55:58 +0200
From: Simon Morlat <address@hidden>
Subject: Re: [Linphone-developers] Re: Linphone-developers Digest, Vol
       79,     Issue 5
To: address@hidden
Cc: hitliuyi <address@hidden>
Message-ID: <address@hidden>
Content-Type: Text/Plain;  charset="iso-8859-15"

movdqa is an instruction that requires a SSE2 capable processor wich you
probably does not have on every machine.
You should restrict optimisations when compiling ffmpeg (see ./configure --help
in ffmpeg).

Simon


Le mercredi 9 septembre 2009 10:26:03, hitliuyi a écrit :
> Hi,
>
> Who can give me the avcodec.lib, avutil-49.lib, swscale.lib for Windows?
> I complied them from ffmpeg using MinGW, but there were problems on some
> machines when running.
> "*movdqa      xmmword ptr [esp+20h],xmm1*"
>
> And who can tell me what's wrong. Thanks a lot.
>
> Tom liu
>
> On Tue, Sep 8, 2009 at 12:00 AM, <linphone-developers-
address@hidden>wrote:
> > Send Linphone-developers mailing list submissions to
> >        address@hidden
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >        http://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: winvideo.c syntax error before "LPVIDEOHDR" (Simon Morlat)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Mon, 7 Sep 2009 09:23:12 +0200
> > From: Simon Morlat <address@hidden>
> > Subject: Re: [Linphone-developers] winvideo.c syntax error before
> >        "LPVIDEOHDR"
> > To: address@hidden
> > Cc: "Jeffrey.Chou" <address@hidden>
> > Message-ID: <address@hidden>
> > Content-Type: Text/Plain;  charset="iso-8859-15"
> >
> > Hi,
> >
> > You should probably update the w32api from mingw, it 's apparently
> > missing some declarations.
> > In the coming release, wxDevC++ is no more the recommended way of
> > building linphone, instead ./configure && make && make install is used
> > using mingw/msys
> > . See README.mingw. You need lastest git or svn version .
> >
> > Simon
> >
> > Le jeudi 3 septembre 2009 08:34:14, Jeffrey.Chou a écrit :
> > > Hi,
> > >
> > > I want to compile linphone(linphone-3.1.1 ) on winxp, just acording to
> > > README.win32. and when I compiled mediastreamer2 in wxDev-c++, I got
> > > the error:
> > >
> > > 67 D:\linphone\src\linphone-3.1.1\mediastreamer2\src\winvideo.c syntax
> > > error before "LPVIDEOHDR"
> > >
> > > I use the linphone-deps bundle from
> > > http://download.savannah.gnu.org/releases/linphone/misc/ .
> > >
> > > How to resovle this?
> > > thanks
> > > 2009-09-03
> > >
> > >
> > >
> > > Jeffrey
> >
> > ------------------------------
> >
> > _______________________________________________
> > Linphone-developers mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/linphone-developers
> >
> >
> > End of Linphone-developers Digest, Vol 79, Issue 5
> > **************************************************





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

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


End of Linphone-developers Digest, Vol 79, Issue 6
**************************************************



--
Harbin Institue Of Technology liuyi
Mobile: 13585686031

reply via email to

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