-
I'm on Windows.
I activate env vars by running `C:/Users/Administrator/emsdk/emsdk_env.bat` then I run `emcmake .. && emmake make` and it started to print gazillions of errors related to libcxx an…
-
The situation is creating a PeerConnection and calling SetLocalDescription within an AR headset., which has limited computing power and is connected to the Internet via a Wifi router
With the first…
-
May I ask you to add a C API that removes a logger added by rtcInitLogger? The problem is, while I'm currently working on using libdatachannel for my unity project, this leads to accumulating loggers.…
-
I have a key and a cert for server,
how to use them for libdatachannel?
-
I am trying to setup a benchmark test for `node-datachannel`.
Please check here for code sample;
https://github.com/murat-dogan/node-datachannel/blob/master/examples/client-server/client-benchmark.j…
-
https://github.com/paullouisageneau/libdatachannel/tree/master/examples/copy-paste
Redo same procedure for answerer
Redo same procedure for candidates
Wait for "DataChannel open" message
Send me…
-
Hi @paullouisageneau,
As the title suggests, I am noticing a long delay between the initialization of the DTLS transport, and the completion of the DTLS handshake. It can take upwards of 15 seconds o…
-
Hello. Is there any documentation for how to compile this library for Windows using CMake (GUI) ?
I saw there is a dependencies section, but I guess is not enough. I put in CMake:
![image](https…
-
I'm trying to connect Firefox to datachannel-rs for the first time and getting one candidate before datachannel-rs hangs up. Any reasons this would happen?
```
Feb 03 12:00:15.295 INFO datachanne…
-
Good day.
I'm writing a program to route RTP traffic from RTSP cameras to a web browser. I'm sending raw h264 frames via datachannel (sorry to say, I didn't get how to operate with media track). And …