libdatachannel icon indicating copy to clipboard operation
libdatachannel copied to clipboard

C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets

Results 110 libdatachannel issues
Sort by recently updated
recently updated
newest added

Hi, I would like to enforce a rate limit to slow down the traffic. I am not sure whether I should try to implement this as a mediahandler. Where should...

I've seen some occasional crashes in the field that usually seem to come from IceTransport::TimeoutCallback. I've had a look at the implementation of the libnice backend, I'm assuming it's a...

This PR fixes a possible race condition when destroying `IceTransport` with libnice: the destructor disarms the timer, the nice agent changes states and rearms the timer, then the destructor destroys...

Inverse of H264RtpPacketizer. Takes incoming H264 packets and emits H264 NALUs.

Hi, I'm building a project using the meson build system with the libdatachannel dependency supplied as a meson-wrapped CMake subproject and linking libdatachannel statically into the project. I get the...

Hello. My program send the cv::Matrix data from the camera through the datachannel. I set up dual boot (window 10,ubuntu22.04) on one laptop. The results of running my program on...

[RFC 8843](https://datatracker.ietf.org/doc/html/rfc8843) for bundle mode requires that the RTP SDES header extension for MID and the RTCP MID SDES item are set. Tagging outgoing packets should be enforced and it...

I was testing on iOS and it seemed that I couldn't connect due to an OpenSSL error when signaling with a websocket client. here is verbose log. ngrok uses Let's...

I tried to see if I could stream video using libaom. After `aom_codec_encode`, retrieve the encoded frame with `aom_codec_get_cx_data.` However, when I transmitted that frame, Chrome did not recognize it...

This PR allows changing the peerconnection configuration before the ICE transport has been inited on sLD or sRD. This is needed in order to support setting the STUN/TURN servers received...