webrtcbuilds
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.
There will be a howling sound in the call. Is it caused by my incorrect configuration? Is there any configuration that can be solved? thanks
My build environment and the target are both ubuntu 18.04. Then there were many link errors about absl libray, after some investigations, I added some build args to eliminate the...
When `apt-get -y install` is used by automated installers, they should use `--no-upgrade`. Users probably aren't expecting to have their systems upgraded by this build script, and it is unlikely...
The package, apache2.2-bin, is not avaliable in Debian `stable` (buster) or Debian `oldstable` (stretch). It is only available in `oldoldstable` (jessie) or in older unsupported historical archives. Even in jessie,...
Hi vsimon I've been trying to compile, adding dependancies that are missing from the wiki page on how to compile peer_connection, and I've come to the following error compiling with...
Tests fail with branch-heads/72 `./test/run_tests.sh out/webrtcbuilds-25798-8086577-linux-x64 /home/ben/src/webrtcbuilds/test/simple_app.cc: In function ‘int main(int, char**)’: /home/ben/src/webrtcbuilds/test/simple_app.cc:30:5: error: ‘CreatePeerConnectionFactory’ is not a member of ‘webrtc’ webrtc::CreatePeerConnectionFactory( ^ `
on current mac, building with specific build is failing due to usage of --lines and --fields. ` REVISION=$(git ls-remote $REPO_URL --heads $BRANCH | head --lines 1 | cut --fields 1)...
Ubuntu 18.04.1 WebRTC 69, 70, 71 g++ -o peerconnection_server main.cc data_socket.cc peer_channel.cc utils.cc $(pkg-config --cflags --libs --define-variable=WEBRTC_LOCAL=/home/max/Documents/devel/webrtcbuilds/out/webrtcbuilds-23360-350e48a-linux-x64/ libwebrtc_full) /tmp/ccqnQqEA.o: In function `main': main.cc:(.text+0x7e4): undefined reference to `webrtc::test::CommandLineParser::SetUsageMessage(std::__cxx11::basic_string)' main.cc:(.text+0x86b): undefined reference...
Currently I am getting this output when trying to run the test on Ubuntu 16.04 `ben@ben-ubuntu16:~/src/webrtcbuilds/test$ ./run_tests.sh /home/ben/src/webrtcbuilds/out/webrtcbuilds-25370-359d60a-linux-x64 /home/ben/src/webrtcbuilds/test/simple_app.cc: In function ‘int main(int, char**)’: /home/ben/src/webrtcbuilds/test/simple_app.cc:38:11: error: too few arguments to...
I see the flag WEBRTC_EXTERNAL_JSON inside of the webrtc headers. However I can not use it because the third_party headers are not included. Is it possible to compile webrtc with...