https://github.com/akagi201/webrtc-peerconnection
WebRTC Peerconnection built with CMake
https://github.com/akagi201/webrtc-peerconnection
cmake cpp peerconnection webrtc
Last synced: 4 months ago
JSON representation
WebRTC Peerconnection built with CMake
- Host: GitHub
- URL: https://github.com/akagi201/webrtc-peerconnection
- Owner: Akagi201
- License: mit
- Created: 2017-03-14T09:58:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T02:45:03.000Z (about 9 years ago)
- Last Synced: 2025-04-04T18:51:59.567Z (about 1 year ago)
- Topics: cmake, cpp, peerconnection, webrtc
- Language: C++
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webrtc-peerconnection
WebRTC Peerconnection built with CMake
## Build Steps
* Checkout the official WebRTC source code.
* Modify `set(WEBRTC_ROOT "/home/ubuntu/webrtc-checkout/src")` in CMakeLists.txt, to `path/to/your/webrtc/source`
* Build the source code with CMake.