Giter Site home page Giter Site logo

wray007 / linphone-vs2008 Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 2.0 14.32 MB

Automatically exported from code.google.com/p/linphone-vs2008

Makefile 0.23% C 55.14% Shell 38.82% CSS 0.08% XSLT 0.01% C++ 4.88% Groff 0.30% Awk 0.01% MATLAB 0.02% Inno Setup 0.06% Objective-C 0.25% Java 0.20%

linphone-vs2008's Introduction

1,打开 build\win32\libsipua3.sln 项目开始编译
2,编译Debug 模式
3,生成后的demo程序会在 bin 目录中

linphone-vs2008's People

Stargazers

 avatar  avatar  avatar

Forkers

ardy30 jeanpenty

linphone-vs2008's Issues

无法接听

呼出正常,当有电话呼入时, 执行到 函数 call_received中的 
    if (call->resultdesc && sal_media_description_empty(call->resultdesc)){
        sal_call_decline(h,SalReasonMedia,NULL);
        linphone_call_destroy(call);
        lc->call=NULL;
        return;
    }
sal_media_description_empty(call->resultdesc) true 导致 直接返回 
不能接收呼叫。不知道你的是否有这个问题。

Original issue reported on code.google.com by [email protected] on 27 Mar 2014 at 1:40

在VS2010下出错

可不可以在VS2010下编译喃
我出现了LINK : fatal error LNK1104: 无法打开文件“libsipua3.lib”

Original issue reported on code.google.com by [email protected] on 2 Jan 2012 at 8:22

Convert from vs2008 to vs2010,error

楼主前辈您好,我下了您的trunk目录用vs2010打开libsipua3.sln,��
�示进行转换(从vs2008到vs2010的转换),但是其中两个工程出�
��了错误,分别如下:

1.转换报告 - libsipua3.vcproj: 
Converting project file 
'F:\shdv\liphone\linphone_vs\build\win32\libsipua3.vcproj'. 
Failed to upgrade platform 'Windows Mobile 6 Professional SDK (ARMV4I)'. Please 
make sure you have it installed under '%vctargetspath%\platforms\Windows Mobile 
6 Professional SDK (ARMV4I)' 
Failed to upgrade platform 'Windows Mobile 6 Standard SDK (ARMV4I)'. Please 
make sure you have it installed under '%vctargetspath%\platforms\Windows Mobile 
6 Standard SDK (ARMV4I)' 
VCWebServiceProxyGeneratorTool is no longer supported. The tool has been 
removed from your project settings. 
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not 
supported in this version and has been removed during conversion. 
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not 
supported in this version and has been removed during conversion. 
Failed to upgrade 'Debug|Windows Mobile 6 Professional SDK (ARMV4I)'. Please 
make sure you have the corresponding platform installed under 
'%vctargetspath%\platforms\Windows Mobile 6 Professional SDK (ARMV4I)' 
The project configuration dimension name/value "(Platform, Win32)" was not 
found in the project manifest. 
项目升级失败。 

2.
转换报告 - ..\..\codecs\speex\win32\VS2008\libspeex\libspeex.vcproj: 
Converting project file 
'F:\shdv\liphone\linphone_vs\codecs\speex\win32\VS2008\libspeex\libspeex.vcproj'
. 
Failed to upgrade platform 'Windows Mobile 5.0 Pocket PC SDK (ARMV4I)'. Please 
make sure you have it installed under '%vctargetspath%\platforms\Windows Mobile 
5.0 Pocket PC SDK (ARMV4I)' 
VCWebServiceProxyGeneratorTool is no longer supported. The tool has been 
removed from your project settings. 
Failed to upgrade 'Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)'. Please 
make sure you have the corresponding platform installed under 
'%vctargetspath%\platforms\Windows Mobile 5.0 Pocket PC SDK (ARMV4I)' 
The project configuration dimension name/value "(Platform, Win32)" was not 
found in the project manifest. 
项目升级失败。 

Original issue reported on code.google.com by [email protected] on 20 Feb 2013 at 5:33

链接出错,请求帮助。

在链接的时候,出现下面这样的错误提示:
mediastreamer2.lib(nowebcam.obj) : error LNK2019: 无法解析的外部符号 
"int __cdecl avcodec_close(struct AVCodecContext *)" 
(?avcodec_close@@YAHPAUAVCodecContext@@@Z),该符号在函数 "struct msgb * 
__cdecl jpeg2yuv(unsigned char *,int,struct MSVideoSize *)" 
(?jpeg2yuv@@YAPAUmsgb@@PAEHPAUMSVideoSize@@@Z) 中被引用

可是我在nowebcam.c里面加入了:
#include "libavcodec/avcodec.h"
#pragma 
comment(lib,"E:/workspace/linephone-vs2008/codecs/ffmpeg-i386/lib/avcodec-52.lib
")

恳请指教。

Original issue reported on code.google.com by [email protected] on 10 Nov 2011 at 4:23

libspeex编译通不过

主要有以下三类错误:
1. error C2054: 在“inline”之后应输入“(”
搜索知道是因为vs2008不支持C99,C语言中没有inline.inline是c++里��
�的东西,在c里面使用是会发生错误。

2. 无法打开包括文件:“speex/speex_types.h”: No such file or directory
类似错误很多,查看库文件是在..speex/include目录下,逐个改��
�好像就可以了。

3. fatal error C1189: #error :  You now need to define either FIXED_POINT or 
FLOATING_POINT

作者是怎么编译的呢?希望得到指教。

Original issue reported on code.google.com by [email protected] on 8 Jun 2012 at 12:45

呼入時,audio可以通話,Video無法成像

What steps will reproduce the problem?
1.當呼出時,audio與video都可正常 
2.當呼入時,audio可以通話,Video無法成像,可以不另賜教嗎?


What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Feb 2013 at 1:52

现在是否还能下载源码

我在downloads里只找到了编译后的demo,没有源码,请问您还提�
��源码吗,我是超级新手,希望能得到您的帮助,发给我也可
以,非常感谢


Original issue reported on code.google.com by [email protected] on 25 Jun 2012 at 6:25

can't show video

What steps will reproduce the problem?
1. setup linphone(android version) on android device.
2. call linphone-vs2008-demo from android with video support.
3. can't show video on vs2008-demo

What is the expected output? What do you see instead?
can't show video on demo.

What version of the product are you using? On what operating system?
vs-demo.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Dec 2011 at 8:59

在windows server 2008上视频通话失败

    你好,我使用两个MicroVoiceLite进行视频通话,一个运行在xp上,另外一个运行在windows server 2008上,发现windows server 2008端能正常显示xp端发送过来的图像,但不能正常显示自己摄像头采集的图像,右下角的小窗口没有显示。
    已确认windows server 2008端的摄像头没有问题,驱动也是安装好了的,请问该怎样做才能让MicroVoiceLite在windows server 2008上也正常工作呢?


Original issue reported on code.google.com by [email protected] on 20 Sep 2012 at 9:12

用音箱有回音

您好,通话双发使用音响发现有回音,调试跟踪,发现回音��
�除函数在执行,可是还是有回音啊,老大,这可如何是好啊�
��linphone的windows安装版也有回音,哎!


Original issue reported on code.google.com by [email protected] on 15 Jan 2012 at 8:07

vedio

我使用了最新的linphone vs 
2008,编译已通过,pc与pc之间通信很好,但是linphonevs2008与imsd
roid之间通信时出现了问题,linphonevs2008安装在pc上,imsdroid安�
��在安卓手机上,linphonevs2008和imsdroid之间语音通信没有问题��
�但是imsdroid上能看到linphonevs2008端的vedio,linphonevs2008端不能看�
��imsdroid端的vedio(类似乱码,也不是什么都不显示),请问��
�什么原因,编码原因还是视频尺寸的原因?怎么解决?

Original issue reported on code.google.com by [email protected] on 27 Oct 2013 at 7:26

dtmf有问题

斑竹,您好:
   1、我也尝试过这个代码,发现dtmf不好用;
   2、没有与时俱进呀,新版本没有跟进;

  斑竹如果要研究如果有把webrtc集成到这个项目来,我能和斑竹共同探讨这个问题,我已经有项目使用了webrtc。

Original issue reported on code.google.com by [email protected] on 3 May 2012 at 9:12

请教

您好:我想尝试编译您的这个项目,可是我checkout代码后,使
用vs2008打开项目,选择release后,开始生成解决方案,,,,�
��四个项目编译失败。不知道是什么原因,希望得到指点我哪
些操作有问题.................。


Original issue reported on code.google.com by [email protected] on 12 Jul 2011 at 2:58

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.