https://github.com/crow-misia/libwebrtc-bin
libwebrtc binaries (unofficial)
https://github.com/crow-misia/libwebrtc-bin
binary libwebrtc webrtc
Last synced: about 2 months ago
JSON representation
libwebrtc binaries (unofficial)
- Host: GitHub
- URL: https://github.com/crow-misia/libwebrtc-bin
- Owner: crow-misia
- License: apache-2.0
- Created: 2019-11-18T12:37:33.000Z (over 5 years ago)
- Default Branch: m134.6998
- Last Pushed: 2025-03-25T23:28:50.000Z (about 2 months ago)
- Last Synced: 2025-03-26T00:30:26.585Z (about 2 months ago)
- Topics: binary, libwebrtc, webrtc
- Language: Makefile
- Homepage:
- Size: 515 KB
- Stars: 191
- Watchers: 12
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libwebrtc binaries

[](https://jitpack.io/#crow-misia/libwebrtc-bin)
[](LICENSE)This repository contains build scripts that can be used to build statically linked libwebrtc binaries.
## Status
The following table displays the current state of this project, including
supported platforms and architectures.## Status
x86
x64
arm
arm64
Linux
-
✔
✔
✔
macOS
-
✔
-
✔
Windows
✔
✔
-
-
iOS
-
✔
-
✔
Android
-
✔
✔
✔
## Prerequisites
- Make
- Python 3.8 (optional for Windows since it will use the interpreter located
inside the `depot_tools` installation)## Building
### Linux / macOS / iOS / Android
```
cd build
make [options] [platform]
```check `[options]` and `[platform]` by executing `make help`.
### Windows
```
build.windows.bat
```## License
Apache License 2.0
## Reference
- https://webrtc.googlesource.com/src/
- https://github.com/aisouard/libwebrtc
- https://github.com/shiguredo/shiguredo-webrtc-windows