-
Hi,
I've got a strange behavior, when testing my app with libdatachannel.
If both clients are 64bits, it works, I can create rtc::PeerConnection and after some time, their respective rtc::PeerConn…
-
This is a follow-up on https://github.com/paullouisageneau/libdatachannel/pull/143
Following the excellent work of @stazio, the media example works with Chromium but is still known to fail with Fir…
-
Hi, is there a reason why in the ranged for its not a const ref ?
https://github.com/paullouisageneau/libdatachannel/blob/14f8858d3da2e92bbaea92969ecb408aba480671/src/candidate.cpp#L52
-
Hi, thank you for the great work! I
I tried this on Ubuntu, and it works well. On mac, however, compilation fails with error:
CMake Error at /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/Fi…
-
Hi @paullouisageneau, would it be possible for you to add the ability to do renegotiation's? I can't merge #176 with master because it breaks my (admittedly janky) implementation of renegotiation's fo…
-
Is there any performance improvement of WASM version of this lib compared to plain JavaScript data channel API?
I'm talking about Browser env not NodeJS
-
This regression is new and I am not exactly sure why it is happening. IceTransport won't start doing anything when there are only `SendOnly` tracks until the receiver offers candidates to the sender.
-
Last one, I think! When you renegotiate the same candidates are duplicated in the SDP. This goes a bit deeper because I am also getting libjuice errors about reaching maximum numbers of candidate pair…
-
Hi,
I feel like importing the whole Nettle or OpenSSL lib just for HMAC computation is a bit overkill. Can we use something lighter like https://github.com/kazuho/picohash ?
-
When I execute `npm i`, there are many warnings and **errors** in media-server. I am not sure it's node-gyp or high-version gcc problem?
1. Some of error
```
1st:
COPY Release/libmp4v2.a
…