-
I don't have a minimal repo yet, but I have an [existing test](https://github.com/httptoolkit/mockrtc/blob/b42a5ba770b9c92ca9711b19295be59a1e60a7a3/test/integration/events.spec.ts#L352-L380) that pass…
-
While streaming video, I'm currently using an SR Reporter similar to the way it is used in the example https://github.com/paullouisageneau/libdatachannel/blob/master/examples/streamer/main.cpp
(I'm c…
kuzux updated
2 years ago
-
I'm trying to integrate this module with some isomorphic code that runs on node and in browsers but I've noticed some incompatibilities with the WebRTC types as supplied with TypeScript in `lib.dom.d.…
-
Hi,
I've been trying to implement a connection between two different peers and the creation of a datachannel but I've seen something weird things that I'm not sure if it's bacause something is mis…
-
Here:
https://github.com/paullouisageneau/libdatachannel/blob/3c33ea0f49fff2630be080b2043052b4d3de5786/src/impl/dtlstransport.cpp#L373-L376
and here:
https://github.com/paullouisageneau/libdatach…
-
Hi, I was wondering what the usecase is for using datachannel-wasm assuming most browsers capable of wasm should also be capable of datachannels as well?
-
new error started appearing
```
DOMException [AbortError]: This operation was aborted
at new DOMException (node:internal/per_context/domexception:53:5)
at AbortController.abort (node:in…
uriva updated
2 weeks ago
-
@ayufan OK, this time a real bug. 😅
I noticed that when I watch a WebRTC stream and I relaunch the browser (or just go back to the index and click again on /webrtc), most of the time, I get a ghost…
-
While working on #1134 and #1135 I noticed this text in [RFC 6184 § 5.8](https://datatracker.ietf.org/doc/html/rfc6184#section-5.8):
> If a fragmentation unit is lost, the receiver SHOULD discard a…
-
VP8 packetization should be added similarly to H264 packetization.
The RTP payload format is described in [RFC 7741](https://www.rfc-editor.org/rfc/rfc7741.html).