libmediasoupclient icon indicating copy to clipboard operation
libmediasoupclient copied to clipboard

mediasoup client side C++ library

Results 22 libmediasoupclient issues
Sort by recently updated
recently updated
newest added

Following the indications found here : https://mediasoup.org/documentation/v3/libmediasoupclient/installation/ I tried to build libmediasoupclient but got during compilation phase this error message: /home/raphy/webrtc-checkout/src/p2p/base/port_interface.h:58:26: error: declaration of ‘virtual const webrtc::Network* webrtc::PortInterface::Network() const’ changes...

I'm encountering a Deadlock when using WebRTC in the 'expected' way alongside libmediasoupclient: - Use a Device with custom `PeerConnection::Options` with a custom `PeerConnectionFactory` (with already provided signaling/networking/worker threads) -...