-
Commit c0ea85025b1f708127dc6730e5eb8c9e2088ad1e broke this. I had been using an old version of server.js that I copied to another host back in August. When I updated everything after my recent commi…
-
Hi,
Looks like your SctpTransport::SendCallback in sctptransport.hpp is missing a `void* ulp_info`
-
It may not be directly related to the library.
I'm integrating with Unity's C#, using the compiled libraries. Interestingly they work perfectly in java (JNI), Windows or Android, but when using them …
-
In some cases the Description was never added to the PeerConnection. I realized that this method was an infinite loop.
Removing `! line.empty()` seems a fix, even allowed the connection. I couldn't u…
-
Hi,
Sometimes, when one of my peer reconnects, it succeed on the initiator side but fails on the receiver side.
Here's the verbose logs, I can see a `DTLS handshake failed` right before receiving …
-
Would you consider adding a flag or an argument that allows the user to disable TLS verification in the WebSocket API? Currently, it is disabled under OpenSSL on Windows and when the certificate direc…
Kyrio updated
4 years ago
-
Sorry for just dumping this here, I haven't had time to look into this myself yet. Feel free to close if you think this is a false positive:
```
/home/arvid/dev/libtorrent/deps/libdatachannel/src/…
-
Hello.
I am using libdatachannel when two peers are running on different OSes.
Peer1 Linux 64 bit (ubuntu 18.04)
Peer2 Android 10
The problems seems only to happen when android is "answering" …
-
Hi.
I am running a libdatachannel under valgrind and it detects a use-after-free error.
Valgrind output:
==19020== Thread 21:
==19020== Invalid read of size 4
==19020== at 0x8C38AA: sctp_fre…
-
I want to set candidate by myself.
Is it possible?
For example
I open the offer and get the candidate "a=candidate:2 1 UDP 2122317823 192.168.2.71 60484 typ host".
Next time, I open the offer …