-
- I'll break down the code below, a little bit lengthy, but not complex
- The native code, gets an _offer_ from the peer (not creating a such)
- "Signaling" the offer is very rudimentary: simpl…
-
https://github.com/paullouisageneau/libdatachannel/blob/master/src/impl/track.hpp#L75
This leads to a race condition being possible when checking if `!track.isClosed()` while it is initially false,…
-
### Operating system
Windows 11
### Compiler
MSVC (VS 2022)
### Steps to reproduce the behavior
```Shell
- ./vcpkg install libdatachannel:x86-windows
- Write any piece of code using …
-
It would be great to have the option to install either the static or the dynamic library version.
Since there are two different CMake targets, it's already possible to build either one, but the ins…
-
### Operating system
Windows
### Compiler
MSVC
### Steps to reproduce the behavior
Build a project using static CRT linkage (`VCPKG_TARGET_TRIPLET=x64-windows-static`) that depends on `…
-
### Bug description
Looks like the alert redirect iframe at `registry-hello.html` is accessing an invalid URL: `https://my.domain/[object%20Object]/api/v1/registry?action=hello`
From the developer…
-
### Bug description
We repeatedly encounter errors similar to this:
```
The following packages will be upgraded:
netdata netdata-plugin-apps netdata-plugin-chartsd netdata-plugin-debugfs netda…
-
Hello @paullouisageneau I have a program that depends on io uring, is there a way to use libjuice poll with io_uring?
-
Hello @hanseuljun,
First of all nice job for this wrapper!
I am using it now with standelone builds but I would like to be able to make webGL builds.
I forked you project in order to make it co…
-
Hi, I am trying to send via WebRTC server-to-server some H264 data.
On the sending side I am reading a .264 file that is playable on VLC. I also extract the data via ffmpeg for comparison (Image 1…