-
Hi Paul,
We would like to stream video and audio from our server to browser clients using WebRTC. The browser would use the JavaScript WebRTC API and would be receive only (no video/audio would be …
-
Hello, I'm using libdatachannel to transmit audio/video from a video game to the client as a binary (`std::vector`). As a test run, I had a call to `dc->send("Hello")` for every iteration of the game …
-
It seems this bug is still present. The browser is failing to accept the remote answer with the warning `Failed to apply the description for m= section with mid='1': Failed to set SSL role for the tra…
-
Hi.
So nice to find this wrapper for libdatachannel. It's a great alternative for `wrtc` ! Good job!
Is there any chance that you could provide prebuilt versions for windows 32 bit as well? I've…
-
```
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(234,5): error MSB6001: Invalid command line switch for "cmd.exe". System.Argum…
-
When entering failure states, there is too much logging happening and causing a further degredation of the application. Even if ideally the developer was to create a perfect application, the peer, whe…
-
Hello,
First of all thanks for the great library and the effort involved in putting such a thing together.
We've been using node-datachannel here at [Streamr](https://streamr.network/) for some …
harbu updated
3 years ago
-
Hi:
I want run this library on arm platform, but the cross compile tool only support c++11, the libdatachannel is the best choose for me, do you have plan to support c++11?
-
Contents of std::string are custom binary format and DataChannel::send do return 1 bool when I call send but I don't see anything goes out.
The lib I am using is https://github.com/jl2922/hps
I…
-
When testing websocket support, I found that the Upgrade header value is treated as case sensitive.
https://github.com/paullouisageneau/libdatachannel/blob/5482912e18f64f67863a8769de6056787158c758/…
hhgyu updated
4 years ago