An open API service indexing awesome lists of open source software.

https://github.com/adcimon/webrtc-template

Template to bootstrap a C++ application with WebRTC.
https://github.com/adcimon/webrtc-template

cmake cpp webrtc

Last synced: 2 months ago
JSON representation

Template to bootstrap a C++ application with WebRTC.

Awesome Lists containing this project

README

          

# WebRTC Template

Template to bootstrap a C++ application with WebRTC.

๐Ÿ“ฆ Requirements:
- [CMake](https://cmake.org/)
- [Python](https://www.python.org/)

๐Ÿงช Tested:
- [ ] Linux
- [ ] Mac
- [x] Windows

Build WebRTC.
```
python ./scripts/build_webrtc.py run --branch "branch-heads/7204"
```
* Output: `./external/webrtc/`

Build application.
```
python ./scripts/build.py
```
* Output: `./build/Release/webrtc-template.exe`