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.
- Host: GitHub
- URL: https://github.com/adcimon/webrtc-template
- Owner: adcimon
- License: mit
- Created: 2025-08-26T14:49:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T11:42:02.000Z (11 months ago)
- Last Synced: 2025-10-01T18:57:09.930Z (9 months ago)
- Topics: cmake, cpp, webrtc
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`