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

owt v4.3.1 i found local stream be set in _localstreams when publish , but didn't remove it from _localstreams while leave room. it may lead memory leakage. ![code_leak](https://user-images.githubusercontent.com/40984510/89259159-461f1980-d65c-11ea-9067-c1b1f80ec4d8.png) ![leakage](https://user-images.githubusercontent.com/40984510/89259198-5f27ca80-d65c-11ea-813d-ccd9bd295a21.png) otherwise,...

bug
conference
iOS

Hello, I'm reaching out again with another issue relating to video streaming on the OWT iOS client. Previously, I opened issue [#724](https://github.com/open-webrtc-toolkit/owt-client-native/issues/724), where I described a problem that occurs when...

We have been using the OWT iOS SDK to build a real-time video streaming application. We recently encountered an issue where full HD video streaming (1920x1080) works fine on iPhone...

For binary release, Intel CS for WebRTC v5.0 on http://webrtc.intel.com not found. Thanks!

I use owt-client-sdk(5.0.x) in ubuntu 22.04.I use owt for 1 client's stream push to other 9 clients.when I invoke p2pclient::stop function,sometimes peerconnection::close function would be block. I don't know why.who...

This change replaces SDP munging with setCodecPreference for P2P mode. Changes of OWT APIs are needed to fully support setCodecPreference. For example, OWT APIs allow different bitrate settings for different...

enhancement
p2p

I need a QUIC support on android client side, and apparently it impossible now. It seems that the owt-client-android is based on pure webrtc library without owt, isn't it? Are...

When I run: python build.py it fails with the message: "build.py: error: the following arguments are required: --sio_root" What is this argument and what do I write after the argument?...

I changed scripts/build_linux.py to build with clang, but when I include libowt.a, app crash. ``` { # Disable usage of GTK. 'rtc_use_gtk=false', # When is_clang is false, we're not using...