-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Media recorder support for iOS/OSX #1189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Change getLocalDescription,getRemoteDescription,RTCRtpSenderWeb.track returns to nullable. - Fixed bug in RTCPeerConnectionWeb.removeTrack. - Change MediaStreamTrack.captureFrame returns to ByteBuffer to compatible with web API. - Do null safety check in onRemoveStream,onRemoveTrack and MediaStream.getTrackById. - Add reStartCamera method when the camera is preempted by other apps. - Refactored RTCVideoRendererWeb and RTCVideoViewWeb, using video and audio HTML tags to render audio and video streams separately.
* Do not call reStartCamera() for screen capture * Add configuration "cryptoOptions" in parseRTCConfiguration()
…ebrtc#562) Co-authored-by: Ayman-Barghout <ayman.a.barghout@gmail.com>
…utter-webrtc#565 (flutter-webrtc#566) Co-authored-by: Ayman-Barghout <ayman.a.barghout@gmail.com>
…tc#580 (flutter-webrtc#581) Co-authored-by: Ayman-Barghout <ayman.a.barghout@gmail.com>
When application exits, it throws an exception: Exception 'java.lang.NullPointerException' occurred in thread 'main' at com.cloudwebrtc.webrtc.FlutterWebRTCPlugin.onDetachedFromActivity(FlutterWebRTCPlugin.java:97) See also issue flutter-webrtc#578 Signed-off-by: Peter Antoniac <pan1nx+flutterwebrtc@gmail.com>
Co-authored-by: Ryan Shumate <Ryan.Shumate@garmin.com>
…webrtc#1108) (flutter-webrtc#1130) Co-authored-by: tatanka987 <tatanka.tvv@gmail.com>
Make this usable in Python3. MacOS removed Python2
Changes - Now there is a timeslice argument in startWeb Function of MediaRecorder, which also resolves the problem of onDataChunk Method not triggering unless we stop the recording.
Can't distinguish from other threads by name, when I debuging. so I want update this thread name.
Change to interface should be merged before this PR flutter-webrtc/webrtc-interface#13 |
Well, alternative solution for recording audio should be possible. |
Nevermind, I've found where you apply patches |
Can we have this merged into main? |
No description provided.