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 35 libwebrtc issues
Sort by recently updated
recently updated
newest added

Hitting build error with recent pipewire ``` | FAILED: obj/modules/video_capture/video_capture_internal_impl/pipewire_session.o | ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MD -MF obj/modules/video_capture/video_capture_internal_impl/pipewire_session.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_OZONE=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -DCR_CLANG_REVISION=\"llvmorg-19-init-8091-gab037c4f-1\" -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS...

While working with flutter-webrtc I noticed a crash coming from [this function](https://github.com/flutter-webrtc/flutter-webrtc/blob/372cbd5c71f18da63ea1230afa8e556bb5ddb6e6/common/cpp/src/flutter_screen_capture.cc#L28), when attempting to get screen share sources on linux, with wayland. It does *not* crash under X11 ```...

What's up guys. Help me out, please. I try to build libwebrtc but have the problem in the first step. What i do. 1. cd /home/era 2. mkdir libwebrtc_build &&...

Inside the [MediaStreamImpl](https://github.com/webrtc-sdk/libwebrtc/blob/main/src/rtc_media_stream_impl.cc) class, the `AddTrack` method adds the same track twice to the video and audio track vectors.

Need a way to override logging to use with a custom logger. Process cannot write to stdout/stderr, must go through custom logger.