Meonardo

Results 6 issues of Meonardo

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...

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_;...

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...

Great instructions you made! Build the dll project in Debug mode was successfully, but when I try to build in the Release mode, tons error came out, such like: `LNK2001...

Thanks for your great work! I am currently creating a WHEP client on Android to receive audio/video from a SFU server, I have made to receive and decode the video...

I am using a modified version of `media-receiver/main.cpp` to receive media stream from a SFU, the media data received successfully, but when I use wireshark to capture the traffic, I...