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

Thank you for this great library! I have been running some tests to see how far I can stretch WebRTC data channels. I've seen the benchmarks and read through a...

Hello! I want to broadcast video in high quality, for some reason if you specify a scale greater than 680:420 (for example 1920:1080) in ffmpeg, then the picture in the...

Conan is a very popular package manager which makes it very easy to share packages. Highly recommended. https://conan.io/

The CMake files need the compiler flag /EHsc for Windows MSVC builds. Withou itt, exceptions do not cleanly fail and therefore the test suite fails on the C API.

Should I expect a PeerConnection state `disconnect` message for every `connect` message? I'm keeping a global variable of how many connections I have, and I'm finding that after terminating all...

If I have a big key frame (ex. 500K), how can I break it into several packet and send to client from server?

When I was using libdatacahnnel, I found that only one key frame was sent. After packet loss, the video receiver could only play the first frame (the audio is normal)....

Hi, I'm playing with your library that could be used in a project I'm working on (I'd like to avoid using the official WebRTC library from Google since is really...

Please add an example with automatic reconnection. It would also be nice to look at an example with the simultaneous use of data channel and video stream

enhancement

I'm trying to use this lib to stream data from a native iOS application to a Safari WebView inside the same application. I am using WebRTC since it is the...