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

/Developer/SDKs/iPhoneOS15.2.sdk -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wexit-time-destructors -Wglobal-constructors -Wno-shorten-64-to-32 -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -std=c++14 -fno-trigraphs -Wno-trigraphs -fno-exceptions -fno-rtti -c ../../third_party/webrtc/system_wrappers/source/field_trial.cc -o obj/third_party/webrtc/system_wrappers/field_trial/field_trial.o error: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Werror,-Wunknown-warning-option] error: unknown...

native client send receive and send crash as ADM initialization failed Console Log: (peerconnectionchannel.cc:28): Initialize PeerConnection. (peerconnectiondependencyfactory.cc:297): PeerConnectionDependencyFactory::CreatePeerConnectionFactory() (peerconnectiondependencyfactory.cc:127): CreatePeerConnectionOnCurrentThread (field_trial.cc:140): Setting field trial string:WebRTC-H264HighProfile/Enabled/OWT-EchoCanceller3/Enabled/OWT-H264TemporalLayers/1/ (mediacapabilities.cc:303): Johny---H265 query result:0 (scoped_com_initializer.cc:22):...

控制台打印 [2019-12-27 10:33:00] [connect] Successful connection [2019-12-27 10:33:00] [error] handle_transport_init received error: TLS handshake failed [2019-12-27 10:33:00] [info] asio async_shutdown error: asio.ssl:336462231 (shutdown while in init) 已从服务器获取token(获取时已正确配置SSL,AFHTTPRequestOperationManager中配置验证证书可用), 调用 [_conferenceClient joinWithToken:token...

english please

Which version of the webrtc library are you currently using?

I am currently using the MSDKVideoDecoderFactory but my video sink only supports frames in the I420 pixel format. So my issue is that [NativeHandleBuffer](https://github.com/open-webrtc-toolkit/owt-client-native/blob/master/talk/owt/sdk/base/nativehandlebuffer.h) gives me `kNative` frames and it...

tested: OWT-server 5.0.x, OWT-server master owt-client-android, ConfSampleMFC publish H264 successfully, but H265 all failed; CPU : Intel® Core™ i7-12700H Processor, Intel® Iris® Xe Graphics eligible error log: (channel.cc:892): Changing voice...

This is my error: src (ERROR) ---------------------------------------- [0:00:00] Started. ---------------------------------------- Traceback (most recent call last): File "D:\Working\soft\depot_tools\metrics.py", line 267, in print_notice_and_exit yield File "D:\Working\soft\depot_tools\gclient.py", line 3182, in sys.exit(main(sys.argv[1:])) File "D:\Working\soft\depot_tools\gclient.py",...

Some raw pointers are not freed.

Hi, owt team! I am developing a Qt RTC application based on owt-client-native in Windows, after I call `Stream::AttachVideoRenderer()` & `Stream::DetachVideoRenderer` several times, the memory grows rapdily. Here is what...