CloudWebRTC
CloudWebRTC
What model of Bluetooth headset are you using? I tested Air Pods Pro on iOS and it seems to work as expected 1. Connect air pods 2. Turn off fast...
it seems that the reason is the same, but we may need to replace the frame from here https://github.com/webrtc-sdk/webrtc/blob/m104_release/sdk/android/src/java/org/webrtc/CameraCapturer.java#L155-L167. I can modify a version, but I don't have an android...
RGBA 应该可以直接渲染吧,YUV 你可以从native 和flutter 分别写一个文件,然后对比内容?
hey @furkanKotic @Parfyonator, Hey, can you guys confirm what video code was being used when this issue occurred, and what phone model you were using? I think the video code...
Hey all, we will investigate this issue this week.
> Can confirm, same thing happens to our iOS devices (12, 14 Pro, iPad Pro 11"). Very high energy + CPU usage. Perhaps this is a flutter-webrtc issue? hi @domvie...
findings 1. Flutter’s own texture rendering will cause basic CPU usage, take iPhone 14 pro max as an example When the camera is turned on but video rendering is not...
@PawelBijok hey, I added some changes to #1122, it will only operate when RTCAudioSession.isActive, so the problem you described should be fixed, I opened the flutter-webrtc/example app when the zoom...
replace with https://github.com/flutter-webrtc/flutter-webrtc/pull/1338
@dacianf fixed, please check the main branch.