nemeyes / webrtc-build

Precompiled binaries and headers for webrtc native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C++ 86.9%Language:C 12.9%Language:Batchfile 0.2%Language:PowerShell 0.0%