libwebrtc icon indicating copy to clipboard operation
libwebrtc copied to clipboard

A C++ wrapper for binary release, mainly used for flutter-webrtc desktop (windows, linux, embedded).

Results 23 libwebrtc issues
Sort by recently updated
recently updated
newest added

修复Intel GPU解码问题

Pre-compile x86/x64/armv7/arm64 binary for Windows, macOS, Linux, Raspberry Pi, etc., so that flutter-webrtc can support more platforms. or directly use this SDK to develop native WebRTC applications.

Hello everyone, I'm currently trying to build the library using the provided conanfile.py and I am encountering several compilation errors. I first wanted to build the project on Ubuntu 22.04...