owt-client-native
owt-client-native copied to clipboard
Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
Is there any way to use this iOS SDK in a swift package manager?
Hi, owt team, recently I got a crash while using hardware acceleration features by setting `SetVideoHardwareAccelerationEnabled` to true. I found: below 2 members ``` // Begin MSDK variables MFXVideoSession* m_mfx_session_;...
Dear all We add the support of simulcast on Windows. The accommplishment of this includes 2 parts. Part 1: extention of encoder One single video encoder (MSDKVideoEncoder) contains multiple sub...
Hi, After updating the iOS and iPadOS to 15.4 from 15.3.1, the FPS occasionally drops to a very low value for a second and then goes back up to near...
Can i upgrade the 'src/third_party/webrtc' to a new chromium revision, seem this project is using a 2020's old version.
Hi, When I was building dependencies and prerequisites I several times got an error about this architecture (assume they support only i386 and x86_64). Could you pls tell if there...
In the README its implied that **--openssl** is an optional argument. However without that argument, **out/owt-debug.lib** wont get built. The **owt.lib**, **owt_sdk_p2p.lib** and **webrtc.lib** DO get generated in their folders...
Hi, sorry to bother! I can see If I configure any codec for encoder ``` vp9_rc_config_ = CreateVP9RateControlConfig(); vp9_rate_ctrl_ = VP9RateControl::Create(vp9_rc_config_); ``` the `CreateVP9RateControlConfig()` [code ](https://github.com/open-webrtc-toolkit/owt-client-native/blob/ae73d99dd2e33a7b743829068efab4bab3b80c52/talk/owt/sdk/base/win/msdkvideoencoder.cc#L423)will run anyway. Is it...