webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Results 30 webrtc issues
Sort by recently updated
recently updated
newest added

Currently, webrtc compiles a mac library with objective-c interface by default. I want to compile a c++ interface that can run on the mac, without objective-c code specific to the...

Greetings for the flutter webrtc ios library it seems that when ios is the intiatior of the connection it has a problem with setting the remote descriptiion even wehn the...

I was compiling this on linux and faced this issue: error: 'is_pod' is deprecated: use is_standard_layout && is_trivial instead [-Werror,-Wdeprecated-declarations] static_assert(std::is_pod::value, ""); I resolve it by replacing is_pod with is_standard_layout...

This draft PR is an experiment to by-pass audio encoder if `pre_encoded` audio option was set.

this partly fixes #133. Quick summary: - on lower resolutions, simulcast only sends 2 (or even 1) layer. - The layers are ordered from low to high resolution (downscale factors...

1. This reverts commit c0209ef4d07b51285457d11f038486a79f4c2d5c. 2. Uses Mute API instead of restarting AudioUnit when mute/unmuted. 3. Init AudioUnit with input enabled & muted when mic perms are already granted.

There was an issue in original WebRTC code that is already fixed. https://webrtc-review.googlesource.com/c/src/+/359541 This currently breaks our application on iOS18 devices.

The FrameCryptorTransformer instance keep increasing every time someone create a track. This will keep the CPU threads busy. ``` 2328 Thread_1315129: FrameCryptorTransformer 0x0x7faffa7d8570 + 2328 thread_start (in libsystem_pthread.dylib) + 15...

It's already removed here https://github.com/webrtc-sdk/webrtc/commit/ba50cb322c4bd4af3611ba6cc287eaf8fd00d3e7 But some headers are still included.