-
Notifications
You must be signed in to change notification settings - Fork 31
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
编译不过 #14
Comments
作者能不能把编译好libwebrtc,打包压缩,上传? 或者,作者能不能告知一下,libwebrtc的版本,以及编译指令参数 |
当前用的确实是M112版本,但只在macOS平台上跑过。Windows版本只在M104版本跑过,升级M112后没在Windows平台验证过,没时间做,你们自己适配 |
好的,感谢作者百忙之中抽空解答。请问作者,windows版本,m104版本,能不能上传一下 |
Windows版本你可以先checkout M112之前的节点,然后用M94或M104版本的webrtc先跑起来 |
好,谢谢作者 |
Release版已经可以编译通过,直接使用VS2019打开工程,win sdk版本安装好,所有配置都不用动,直接编译RoomClient后再编译App即可 |
roomclient debug可以编译通过,但是release报这个错误。 |
我下载vs2019_qt5.12.12分支源码
从源码的提示上,使用的libwebrtc版本是m112
但是,我编译完libwebrtc m112版本后,再编译mediasoup-client vs2019_qt5.12.12分支,报错如下
从报错情况上看,应该是libwebrtc版本不对,所以,libwebrtc确实使用的是m112版本吗?
从作者的另一个仓库,janus-client,偶然发现,上传了编译好的libwebrtc
于是,我把程序改为链接janus-client仓库中的libwebrtc,但是,还是报错,报错如下
The text was updated successfully, but these errors were encountered: