flutter-webrtc
flutter-webrtc copied to clipboard
WebRTC plugin for Flutter Mobile/Desktop/Web
**Is your feature request related to a problem? Please describe.** In my project, I want to control speaker by myself. thus i can do anything. So, I recommend adding a...
## 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...
Hi Friend, I try to use the VideoFileRenderer to record local frames. But the output video file can't play and the file size is very small. (30sec 20kb) Could you...
**Describe the bug** I'm using the library for 1 to 1 video calls on web. When the call starts on Safari it sends the camera feed via network but it...
Flutter 3.0.5 Calling this function await navigator.mediaDevices.enumerateDevices() Does not produce audio outputs We have no way to switch audio-outputs for multiple reasons Think apps that play media (very common) Apps...
Hello @cloudwebrtc i need help please , I have an issue with screen sharing, after changing getUserMedia to getDisplayMedia I see screen share but still others see me from my...
PeerConnection cannot create an answer in a state other than have-remote-offer or have-local-pranswer. how to solve this error guys, I am taking the offer and setting it as a remoteDescription...
crash with error: E/AndroidRuntime( 6546): java.lang.NullPointerException: Attempt to invoke virtual method 'android.os.Handler org.webrtc.SurfaceTextureHelper.getHandler()' on a null object reference E/AndroidRuntime( 6546): at org.webrtc.CameraCapturer.initialize(CameraCapturer.java:241) E/AndroidRuntime( 6546): at org.webrtc.Camera1Capturer.initialize(Camera1Capturer.java:15) E/AndroidRuntime( 6546): at com.cloudwebrtc.webrtc.GetUserMediaImpl.getUserVideo(GetUserMediaImpl.java:685)...
Hi, I want to share camera with different resolutions by changing **width**, **height** and **frameRate** according to below code: ``` final Map mediaConstraints = { 'audio': true, 'video': { 'width:...
I need help, in Javascript/Typescript i used _**'RTCRtpReceiver.getCapabilities('audio').codecs';**_ to get supported list of audio codecs, but in this project i did'nt found a similar function. Can you tell me a...