Iñaki Baz Castillo
Iñaki Baz Castillo
@jmillan are you using this line? ```bash gn gen out/m94 --args='is_debug=false is_component_build=false is_clang=true rtc_include_tests=false rtc_use_h264=true use_rtti=true mac_deployment_target="10.11" use_custom_libcxx=false' ```
So now I have a different problem running `ninja -C out/m94`: ``` ibc at ibc-macbook-pro in ~/src/3rdparty/webrtc-checkout/src on m94△ $ ninja -C out/m94 depot_tools/ninja.py: Fallback to a deprecated legacy ninja...
I've installed `ninja 1.11.1` using `brew` and same problem. Ok.
Not sure if relevant, but I have this: ``` ibc in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs $ ll total 0 drwxr-xr-x 7 root wheel 224B Dec 18 21:27 MacOSX.sdk/ lrwxr-xr-x 1 root wheel 10B...
My info: - macOS Monterey 12.5 (21G72) Intel 2019 - `/usr/bin/clang --version`: Apple clang version 14.0.0 (clang-1400.0.29.202)
Please some description about what is going on here
Thanks for the report. We will take a look when we get some time. But I just wonder how this can be an issue in mediasoup if the browser doesn't...
Thanks. We will handle this when we come back to work on this and also update libwebrtc version.
This is not entirely true. If the connection is never established due to DNS problem (such as if you try to connect to `wss://1.2.3.4:443`, then eventually the TCP socket will...