-
Hi,
trying to build libwebrtc library for android. After finishing gclient sync the next step
(scripts/build_android.py) fails:
~/owt-client-native/src$ sudo python ./scripts/build_android.py
…
tku11 updated
4 years ago
-
Hello,
I tried to run peerconnection_client example linked with libwebrtc.a but I end up with a segmentation fault.
I am running on a Unix machine 16.04.1-Ubuntu x86_64.
After running your script…
-
In #2853 (to be completed with #2996) we replaced the algorithm to parse an ICE server url to use the [WHATWG URL parser](https://url.spec.whatwg.org/#concept-url-parser). While that change isn't cont…
-
Is there any plan to implement `scalabilityMode` in `RTCRtpEncoding` type? I'm not sure which libwebrtc version it requires (in Chrome it's implemented in Chrome >= 111). It's just about adding `scala…
-
I am getting this error when I am building it using cgo.
``` sh
Undefined symbols for architecture x86_64:
"webrtc::StatsCollector::GetReport(std::string const&, std::string const&, webrtc::StatsC…
amitu updated
9 years ago
-
Hello Folks,
sorry to bug, but I ran into a super odd problem. I have created a small server/client demo based on Emscripten, and run it in Chrome. Sadly, communication always terminates with a faile…
-
That's built in-source, not as a build/install globally. My .gitmodules is:
```
[submodule "libwebrtc"]
path = libwebrtc
url = https://github.com/aisouard/libwebrtc.git
branch = release-…
-
Hi,
I am trying to add mediastream support on node-webrtc and as part of this activity I observed that all the media streamer related files have been removed from libwebrtc. Is there any easy wa…
-
I have followed all the mentioned steps for compiling the code but when I compile this in Visual Studio, the following error appears.
**Could NOT find LibWebRTC (missing: WEBRTC_INCLUDE_DIR)**
C…
-
Hello all,
My build of LibWebRTC for windows is failing. I'm following the procedure as described in README.MD as follows:
set DEPOT_TOOLS_WIN_TOOLCHAIN=0
set GYP_MSVS_VERSION=2019
set GYP_GEN…