Skip to content

iimachines/webrtc-build

Repository files navigation

NOTE: This project is no longer maintained

webrtc-build

Prebuilt (currently m73) static webrtc native libraries + headers, and a Windows batch file to download and build them.

By default the Microsoft Visual C++ compiler is used, and both debug and release builds are created, to allow debugging with Visual Studio.

Since H264 can currently not be build using Microsoft Visual C++, it is disabled. If you prefer to use clang and include H264, just change the windows_build.bat file

Building from scratch

Assuming your PC can execute Powershell scripts, just double click on the windows_build.bat file. This should create all files in c:\wc, and update the include and lib folders in this cloned repo

If it doesn't work for you, please file an issue.

We use c:\wc because otherwise paths are becoming too long, and the tools choke on this.

Rationale

Being able to debug the webrtc native code was required for our WebRTC .NET core project

About

Precompiled binaries and headers for webrtc native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages