Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有没有其它下载地址 #2

Open
Gotothistour opened this issue May 9, 2018 · 12 comments
Open

有没有其它下载地址 #2

Gotothistour opened this issue May 9, 2018 · 12 comments

Comments

@Gotothistour
Copy link

Gotothistour commented May 9, 2018

网盘上看着还是没有更新的代码。不走网盘下载速度会哭。。。

@JumpingYang001
Copy link
Owner

我以前尝试过,国内有镜像,你可以看下https://blog.csdn.net/yangzhenping/article/details/52497040

@Gotothistour
Copy link
Author

用VS2017编译的时候报错,无法解析的符号

严重性 代码 说明 项目 文件 行 禁止显示状态
错误 LNK2028 无法解析的标记(0A0010DD) "bool __cdecl rtc::GetIntFromJsonObject(class Json::Value const &,class std::basic_string<char,struct std::char_traits,class std::allocator > const &,int *)" (?GetIntFromJsonObject@rtc@@$$FYA_NABVValue@Json@@abv?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@pah@Z),该标记在函数 "protected: virtual void __thiscall Conductor::OnMessageFromPeer(int,class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (?OnMessageFromPeer@Conductor@@$$FMAEXHABV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z) 中被引用 webrtcNet D:\PROJECT\webrtcApp\webrtcNet\conductor.obj 1

怎么解决啊,大佬

@JumpingYang001
Copy link
Owner

你自己的项目信用了类库,但是编译时使用的配置和库冲突了,你需要修改自己项目的编译设置。

@Gotothistour
Copy link
Author

我编译的是里面的例子,peerconect_client那个,要怎么改呢。卡好几天了

@Gotothistour
Copy link
Author

方便的话给个联系方式,可以么。实在不知道怎么弄了

@JumpingYang001
Copy link
Owner

用gn编译时最靠谱的。vs编译很麻烦的。

@Gotothistour
Copy link
Author

主要是我要把本地api用c#来调用,但集成进去编译出问题,你原来博客上说的那个库我试了,本地winform不播放声音,声音渲染函数没被调用,所以我只能从最新的源码编译集成进去,结果编译一堆问题,心累。

@Gotothistour
Copy link
Author

我是直接把需要的头文件,和cc文件放到文件夹里,工程里面设置为引用库目录,然后生成就报无法解析的外部符号

@JumpingYang001
Copy link
Owner

你如果生成了整个项目的sln,那么打开之后,看下引用库的相关test项目,对比下test项目的编译设置和你自己的设置有什么区别。
test项目在https://github.com/JumpingYang001/webrtc/tree/master/test,生成的项目文件你在打开sln之后应该可以找到。

@Gotothistour
Copy link
Author

生成了,在VS界面的工程属性设置里弄过去也不行,我放弃了。。我去看看微软官方的UWP里面提供的WEBRTC库吧。头疼,折腾1个星期了

@harlanc
Copy link

harlanc commented Dec 16, 2018

你这个库下载下来只有318M,从官网下载下载有10几G,是不是少了很多东西吧

@JumpingYang001
Copy link
Owner

@harlanc 10G+ contains dependencies libraries soure code.
300M+ only webrtc part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants