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

Hi, I encountered as following error while building on Ubuntu 16.04. I don't know which package is missed. Could you help me ? Compiling WebRTC + compile linux /home/netmind/opensrcs/visimonwebrtcbuild/out linux...

Having built WebRTC r74f9d98 with clang, I'm now getting a whole bunch of linker errors for various things that should be in _libwebrtc_full.a_: - multiple definition of 'webrtc::CircularBuffer::~CircularBuffer() - undefined...

My (previously working) build fails, now complaining that _//webrtc:webrtc_tests(//build/toolchain/linux:x64)_ has not been built. Is _rtc_include_tests=false_ correct? _build.sh -d_ output: ``` Compiling WebRTC + compile linux /home/rob/libs/webrtcbuilds/out linux x64 + local...

Hi running this command `./build.sh -d -o build_ios -r 185ba29a3c0556798158840c2424416d0fd779fe -t ios` I keep on getting this error `warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: archive library: libwebrtc_full.a will be fat and ar(1) will not...

Hi, at least in terminal i see only this text. Thanks! Ubuntu 16.04 LTS 64 bit

Hi, Thanks for this great project ! Following my question on the mailing list: https://groups.google.com/forum/#!topic/webrtcbuilds/AhjHnOO_CCI, I was wondering if it would help anyone to have an example of how to...

Configuration: Windows 10 x64 Visual Studio 2013 Community webrtcbuilds-10081 Trying to get working peerconnection_client example built from source code. It builds without errors but fails to initialize a call with...

Probably needs libexpat1-dev:i386 somewhere in deps (webrtc's install-dep scripts doesn't cover?) $ ./build.sh -c x86 FAILED: expat_xml_parse_fuzzer g++ -Wl,--fatal-warnings -fPIC -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-z,defs -fuse-ld=gold -B../../third_party/binutils/Linux_x64/Release/bin -Wl,--threads -Wl,--thread-count=4 -Wl,--icf=safe -pthread...

Fix any issues building for android

I know Android support is still experimental, but is it working for some people? I want to build an Android native library (.so file) which uses WebRTC's peer connection layer...