0
点赞
收藏
分享

微信扫一扫

webrtc C++后台开发使用记录

乐百川 2023-02-03 阅读 112

背景

当前后台开发使用C++语言,开发环境VS2022,前端HTML+JS

下载编译

​​[不需翻墙]webrtc windows for vs 2019 编译工程下载_wh_shentu929的博客-CSDN博客​​

​​WebRTC源码下载与编译_瓜瓜是橘猫的博客-CSDN博客_webrtc源码下载​​

编译链接错误

absl/types/optional.h file not found

引用webrtc静态库,提示错误:

引用工程添加头文件目录:C/C++ > 常规 > 附加包含目录

..\..\webrtc\WebRTC\include\third_party\abseil-cpp

公网部署配置

​​Webrtc在不同网段,如连物联卡、APN等无法通话的问题_雪飘碧鸳的博客-CSDN博客​​

​​WEBRTC TURNSERVER配置_伍意的博客-CSDN博客​​

借鉴项目

​​GitHub - PHZ76/webrtc-native-demo: WebRTC with hardware accelerated video encoding.​​

基本后台类的调用例子

​​WebRTC_Native_Examples/videocapture at master · chuan2019/WebRTC_Native_Examples · GitHub​​


​​GitHub - llamerada-jp/webrtc-cpp-sample: Sample program for using WebRTC on C++.​​


举报

相关推荐

0 条评论