-
Hi,
I was wondering, would you like to add an OPTION for SRTP instead of looking for it ? In case of vcpkg, one could use SRTP for something else than libdatachannel but libdatachannel will link an…
-
Hi,
Can we talk about vcpkg in this issue ?
I am trying to port your libs libjuice and libdatachannel to vcpkg. I have a working set of portfiles that I now use with vcpkg and I'm setting em up …
-
Hi, I reconstruct the cope-paste example code, try implementing Multi-Stream sending/receiving,
when seperating the peerconnection procedure and dc hand shaking procedure, I find pc doesn't work(no …
-
Hi again!
I am back with another edge case with UWP. So, this time, I am looking for adding TURN support to a UWP application. The problem is, my colleague at another state, who should use this app…
-
I want to use `RelayType::TurnTcp` to connect, but the connection fails. **_libnice_** uses the one provided by **_gstreamer_**. The connection failed on the **_windows_** system, and the connection…
-
Hello!
I have been working on implementing this library to be used as the backbone of the [Streamr Network](https://github.com/streamr-dev/network). So far your library has been working well, great…
-
I want to send binary data like protocol buffer or file but the interface named sendMessage and onMessage callback only supports STRING type data, so how can I do it. Thanks.
-
Hi Paul-Louis,
Using webrtc in the browser I am able to pass a `negotiated: true` flag to the [RTCPeerConnection.createDataChannel](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnect…
-
We hope to use this library on an embedded toolchain that only supports C++11. But I see the following code in your example:
```C++
dc->onMessage([](variant message) {
if (holds_alternative(me…
asbai updated
3 years ago
-
Hello, I have a problem when webrtc offer is sent from browser. In this case data-channel is never opened and ice connection state is forever 'connecting'. I enabled verbose logging for libdatachannel…