owt-client-native icon indicating copy to clipboard operation
owt-client-native copied to clipboard

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.

Results 138 owt-client-native issues
Sort by recently updated
recently updated
newest added

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: ![图片](https://user-images.githubusercontent.com/29348140/192421616-7d7cb666-304f-4903-8dbb-a6b18b1914b2.png) And this could cause WebRTC `SIGABRT`. ![图片](https://user-images.githubusercontent.com/29348140/192421839-d0d6f140-9026-4e44-b80a-508bb756b5cf.png) ![图片](https://user-images.githubusercontent.com/29348140/192421756-51dcfee4-ecf2-4f2a-ba30-fe8bb517e586.png) ![图片](https://user-images.githubusercontent.com/29348140/192423488-30590aee-b354-482a-937d-be18bc0d2486.png) 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?