LordTrololo

Results 6 issues of LordTrololo

Hello, first of I would like to thank the author for this great library. I am able to use it without problems. My question is - can you find out...

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

windows

I am on Windows10 and I am not sure is owt being successfully compiled. I use the following argguments: `python build-win.py --sdk --gn_gen --arch x64 --ssl_root "C:\Program Files\OpenSSL-Win64" --msdk_root "C:\Program...

windows

There seems to be a bug in the `np.meshgrid()` function. It has something to do with the way the unmanaged memory is handeld but I havent tried to understand the...

Hi, I have a NDArray of Floats with dimensions {(1, 13, 13, 3, 2)} and size 1014. `np.negative(myArray)` works by converting all values to negative. However I think that [official...

I am trying to build the owt webrtc on a Win10, Visual Studio 2019 machine. However upon trying to generate the build files via: `C:\Git\owt_webrtc\src>gn gen out\Debug --args="is_debug=true rtc_use_h264=false target_os=\"win\"...