-
I want to compile this library for an arm board.
I also want to use OpenSSL.
first of all, I have compiled openssl-1.1.1 for my board.
then, I add this lines to CmakeList.txt
set(CMAKE_SYSTEM…
-
### Bug description
apologies i'm not sure if this should go under the cloud project or this one, but while there's some overlap, i presume most of this is implemented as default UI on netdata itse…
-
Hi,
First, thank you for this library. API is pretty good and it has less footprint on build.
I targeted to build a working sample for esp32-cam. I encountered to major limitations.
First Op…
-
0.21.2 didn't have such problem.
-
Hi, I try to generate project files for ORBIS (PS4) toolchain, but in CMake following error appears:
CMake Error at deps/usrsctp/CMakeLists.txt:125 (message):
usrsctp.h not found
Do you ha…
-
- I'll break down the code below, a little bit lengthy, but not complex
- The native code, gets an _offer_ from the peer (not creating a such)
- "Signaling" the offer is very rudimentary: simpl…
-
[go2rtc](https://github.com/AlexxIT/go2rtc) is one of the first projects in the World, that support `HEVC/H.265` for WebRTC in web browser.
Maybe you can see articles about WebRTC H265 earlier. But…
-
In the following code snippet:
```JavaScript
const offerSdp = await peerConnection.createOffer();
const mungedOfferSdp = munge(offerSdp, ufrag);
await peerConnection.setLocalDescription(mungedOffe…
-
When I test locally, I have no trouble connecting to local devices, but when I test a session between the same two devices and one is outside such that TURN is needed, it never connects. One device i…
-
When using libnice broken connection is not being detected. After some discussion on Discord Paulo found out that connectivity checks are disabled by default in libnice.
To reproduce the issue:
1.…