chifandeyu
chifandeyu
I also want to know how to switch over the sound output device.
同样的打印,已经有人实现了GetStats了。 相关的commit: https://github.com/webrtc-sdk/libwebrtc/commit/7c4861050634529350d88dc98f267a01c67f6534 以下是我自己的调用: ``` void FlutterPeerConnection::GetStats( const std::string& track_id, RTCPeerConnection* pc, std::unique_ptr result) { // TODO std::shared_ptr result_ptr(result.release()); pc->GetStats( [result_ptr](const vector reports) { EncodableList statsList; for (scoped_refptr stats :...
I want to select specified camera for windows too.
> Hi guys, we do use the flutter-webrtc sdk and we're also the device switching functionality, by providing a deviceId, that's definitely working for web & macos on our side...
flutter: 2.10.3 flutter-webrtc: 0.9.0 And now running flutter-webrtc-demo on windows then crash at this: ``` > libwebrtc.dll!webrtc::I420Buffer::Rotate(const webrtc::I420BufferInterface & src, webrtc::VideoRotation rotation) 行 107 C++ [内联框架] libwebrtc.dll!webrtc::I420Buffer::Rotate(const webrtc::VideoFrameBuffer & src,...
Drag the text from left to right and right-click https://user-images.githubusercontent.com/15946864/173778940-9dd49cc0-fe6f-4a5e-868c-e98303ba08bc.mp4
这个是flutter引擎的bug. 长按左边的shift键输入@触发了底层的bug。 https://github.com/flutter/flutter/issues/104169#issuecomment-1143222198
Me too, microphone input not work occasionally.
same problem
Same requirement