alex gouaillard
alex gouaillard
use an open source SFU. you have two based on node: mediasoup and medooze. On Fri, Apr 10, 2020 at 8:47 PM iBoai wrote: > It's using a lot of...
More background info: - we used your scripts - we took the example code that come shipped with libwebrtc out. - we compiled libwertc separately and installed it - we...
the original code already does that by default, just look at what GN generates. otherwise, in CMake, you just need to add some properties to a shared lib https://cmake.org/cmake/help/v3.5/prop_tgt/FRAMEWORK.html On...
The only maintained webrtc builds are for linux ARM, iOS and android. Anything else, you are on your own. You can look at tutorials, but they are likely outdated. This...
copy the error messages, maybe we can help. On Fri, Jan 20, 2017 at 9:31 AM, Nolaan wrote: > @agouaillard thanks very much it worked > for the target linux...
this is a temporary file you are trying to modify.... On Mon, Apr 3, 2017 at 2:53 PM, 9a4gl wrote: > To build latest webrtc master I had to remove...
- these are two different issues, you might want to open two separate tickets. - the goal of the project is to provide packaged versions of pre-compiled libwebrtc and headers....
I don't know if it helps, but in our case, we started by extracting the version (branch_head) and subversion (number of commits since branch head) to use in the xxxConfigVersion.cmake....
it looks like this project is only supporting up to version 60+, while the files you are looking for have been added only 6 months ago (in the version 69...
to answer your question as you wrote it: go to webrtc.org and follow the instructions. If you wanted to get the newest stable version of webrtc "using aisouard project", then...