1 Star 1 Fork 0

ohms9108/webrtc-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

webrtc-client

A native client library for WebRTC written in C and libdatachannel (POSIX only because Windows does not have <pthread.h> or <uuid/uuid.h>, TODO: use Cygwin or cross-platform alternative libraries)

Requires a signalling server, rustysignal is the one I used during testing, and includes custom protocol for rooms used in the chat example

Building

Prerequesites are cmake, ninja, and gcc, which you can install with your distribution package manager

Ex) Arch Linux

$ sudo pacman -S cmake ninja gcc

Generate CMake build files and start build

# You can pass in -DBUILD_EXAMPLES=OFF to only build the library
# and -DBUILD_STATIC_LIBS=OFF to build as shared library
$ cmake -B build -G Ninja
$ cmake --build build

And run the example chat application

$ ./build/chat

空文件

简介

A native client library for WebRTC written in C and libdatachannel 展开 收起
取消

发行版

暂无发行版

贡献者

全部

语言

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wefeng/webrtc-client.git
git@gitee.com:wefeng/webrtc-client.git
wefeng
webrtc-client
webrtc-client
main

搜索帮助