webrtcbuilds icon indicating copy to clipboard operation
webrtcbuilds copied to clipboard

Getting started with WebRTC natively is no easy picnic. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.

Results 30 webrtcbuilds issues
Sort by recently updated
recently updated
newest added

+ pushd ./third_party/abseil-cpp /Users/zhouchengming/webrtc-checkout/webrtc-builds/util.sh: line 346: pushd: ./third_party/abseil-cpp: No such file or directory Is this a problem of webrtc source code or of webrtcbuilds?

Hi, When I try to build example that guide in https://github.com/vsimon/webrtcbuilds/wiki/Building-the-peerconnection-example I get a failed message. hq@hq:~/buildwebrtc/webrtcbuilds/out/src/examples/peerconnection/server$ g++ -o peerconnection_server main.cc data_socket.cc peer_channel.cc utils.cc -I/home/hq/buildwebrtc/webrtcbuilds/out/webrtcbuilds-23375-cefc465-linux-x64/include -I/home/hq/buildwebrtc/webrtcbuilds/out/src -DWEBRTC_POSIX -DWEBRTC_LINUX $(pkg-config --cflags...

I'm trying to cross compile WebRTC to Windows on a Linux machine. This requires a win_toolchain. I used [this script](https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/master/win_toolchain/package_from_installed.py) to produce the toolchain. The toolchain is stored as a...

The basic instructions for building the WebRTC PeerConnection client on Linux no longer appears to work. I did try to assemble a Makefile version. But that ends up failing with...

When I try to build via `./build.sh ` I get : > Associated revision number: 22040 > Checking out WebRTC revision (this will take awhile): 00733015fafbbc61ddc12dfdc88b21a9fcd9d122 > File "/Users/wolfgang/Downloads/webrtcbuilds-master/depot_tools/fetch.py", line...

Hi,building on Windows. Some python script file can't be found.Here is the terminal output: > Error: Command 'D:\\emsdk\\python\\2.7.5.3_64bit\\python.exe src/build/landmines.py --landmine-scripts src/tools_webrtc/get_landmines.py --src-dir src' returned non-zero exit status 1 in D:\webrtcbuilds\out...

Hi vsimon I came across a problem which took me 3 weeks to find what code always cause segfault. Though i have work hard on it, i only found the...

Hi vsimon, Could you provide some command line options for compiling examples, like AppRTCMobile? To build the android demo, in util.sh, I commented out the line in patch() method which...

Hello There, Will you ever have support screen sharing with an example for OSX native world? Appreciate your effort. Thanks!

Hey, thanks for your efforts on this script, it really is a life saver. [It seems recently the ability to build with DataChannel only was added](https://bugs.chromium.org/p/webrtc/issues/detail?id=7613), it would be awesome...