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

The project background is to realize video transmission on Linux and Android. I use libdatachannel on Linux and WebRTC official SDK on Android. Since the Stream example of libdatachannel puts...

I have implemented WebRtc-based 1 to Many Android Applications. It's a kind of Master-Slave Architecture where the master device is communicating with N-Number of Slave Android Device using WebRtc P2P....

This PR introduces a new "media interceptor" API (for both C and C++). This essentially allows developers to intercept media forwarding and process it themselves, optionally allowing libdatachannel to continue...

Hi Guys, Is there a way to get the statistics of the video stream(e.g. frame width, frame height and fps) in libdatachannel ? Notice: I could get them in the...

Hello guys. When we use the streamer in the example, it can be used normally when the video sender and receiver are in the same local area network, but when...

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

enhancement

Hello, i wanted to know if we can use this library on a nxp MCU (MIMXRT1170) ? We are developing a video stream application in real time with embedded c....

It is currently not possible to limit or specify the interface that will be used by the WebSocketServer. It would be really nice to have a IP field inside the...

enhancement

``` 2022-07-18 19:53:43.244 INFO [482417] [rtc::impl::PeerConnection::changeSignalingState@1182] Changed signaling state to have-remote-offer 2022-07-18 19:53:43.244 DEBUG [482417] [rtc::impl::PeerConnection::processLocalDescription@878] Adding media to local description, mid="test", removed=false Track 2: Received track with mid "added"...

It would be nice to introduce a proper test framework to run test units independently and output advancement and summary. For now the tests are simple functions run in order...

enhancement