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

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).

enhancement

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 calling its startRecording() function once and periodically calling setNeedsToReport())...

I want to compile this library for an arm board. I also want to use OpenSSL. first of all, I have compiled openssl-1.1.1 for my board. then, I add this...

RTCP-FB messages (see [RFC 4585](https://datatracker.ietf.org/doc/html/rfc4585)) should be implemented in `RtcpReceivingSession`.

enhancement

`RtcpReceivingSession` is not exposed from C API which currently exposes only sender-side media handlers.

enhancement

ICE and DTLS restart support should be implemented. Requires https://github.com/paullouisageneau/libjuice/issues/130

enhancement

Hi, First, thank you for this library. API is pretty good and it has less footprint on build. I targeted to build a working sample for esp32-cam. I encountered to...

enhancement

Hi, I try to generate project files for ORBIS (PS4) toolchain, but in CMake following error appears: CMake Error at deps/usrsctp/CMakeLists.txt:125 (message): usrsctp.h not found Do you have any idea...

There's a new WebRTC adjacent protocol in the works: https://tools.ietf.org/id/draft-vvv-webtransport-http3-02.html > WebTransport is a protocol framework that enables clients constrained by the Web security model to communicate with a remote...

enhancement

So I've been noodling on this for a bit and I realized that `RtcpHandler` doesn't really cut it when it comes to processing the state of the whole transport. I...

enhancement