owt-client-native
owt-client-native copied to clipboard
Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
ninja: build stopped: subcommand failed.
Xcode Version 13.4 (13F17a) MacOS 12.0.1 (21A559) Python 3.9.5 ❯ python scripts/build.py Done. Made 1615 targets from 245 files in 23719ms ninja: Entering directory `out/Debug-device-arm64' ninja: no work to do....
According to this https://github.com/open-webrtc-toolkit/owt-client-native/blob/dffb087843165e3a32782166de39ee69449035ee/talk/owt/sdk/base/stream.cc#L191-L194 `old_renderer` may be `nullptr`, but in WebRTC side code:  And this could cause WebRTC `SIGABRT`.    Fixing this problem, I think, could be...
> ERROR at //build/config/ios/ios_sdk.gni:147:21: Script returned non-zero exit code. _ios_sdk_result = exec_script(script_name, ios_sdk_info_args, "scope") ^---------- Current dir: /Users/zhouzhishui/webrtc_h265/src/out/Debug-device-arm64/ Command: python /Users/zhouzhishui/webrtc_h265/src/build/config/mac/sdk_info.py --get_sdk_info --get_machine_info iphoneos Returned 127. See //build/config/sysroot.gni:74:5: whence it...
gclient sync Syncing projects: 100% (44/44), done. ________ running 'python3 src/build/mac_toolchain.py' in '/Users/mac/Downloads/github/webRtc' /Users/mac/Downloads/github/webRtc/src/build/mac_toolchain.py:23: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources Skipping Mac toolchain installation for...
When I introduced the owt.framework into the project, an error was reported ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found ld: Undefined symbols: sio::client::set_fail_listener(std::__1::function...
We are trying to update OWT on our side to the latest, i.e. from 8ae3944d to 4fb6299b. We use these dockerfiles: * https://github.com/intel/cloud-streaming/blob/main/docker/build/windows/Dockerfile - to install environment (MSVC, Win SDK...
Hi, Is there the build guide for embeded linux system in ARM device?