CloudWebRTC
CloudWebRTC
The feasibility of replacing google libwebrtc with webrtc-rs, We need to port several key modules of libwebrtc, NetEQ, audio 3A(AEC, AGC, NS), audio/video codec, and other parts that can be...
Fixes: https://github.com/flutter-webrtc/flutter-webrtc/issues/1042 https://github.com/livekit/client-sdk-flutter/issues/14 Changes: No thumbnails are created when `getSources`, and the acquisition process is placed in the queue of another thread. After the thumbnails are generated, the generated events...
- [x] Windows - [x] Android need to port over logic from Android SDK @davidliu - [ ] iOS https://github.com/flutter-webrtc/flutter-webrtc/issues/1037#issuecomment-1204193890 - [x] macOS Depends on this PR https://github.com/webrtc-sdk/webrtc/pull/21, @hiroshihorie We...
When getting the enumerated window/screen source, the synchronous mode is used when getting the thumbnail, causing the first call to `getSources` to block for a long time when there are...
## Goals: Implement the Dart version of insertable streams 1, Can be used for E2EE, 2, Audio, Video file recording, screenshot 3, Generate MediaStreamTrack from raw data, and process audio...
Supports unprocessed audio input, such as midi, singing, musical instruments. or specific sound sources. Keep the original sound quality as much as possible.
~Currently, it can be compiled and run, But cross-thread calls will cause a crash, so need debugging.~ Update: The crash just happens in debug mode, everything works fine in release/profile...
* Add Documentation * Chinese translation * Fix #36
Texture widget for the embedder seems to be coming soon: https://github.com/google/flutter-desktop-embedding/issues/107#issuecomment-444272681, let's port it to the desktop embedder and let the plugin extend to mac/linux/windows. 😄