-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
MediaRecorder implementation for iOS #47
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
Comments
Could you outline the needed functionality and volume of work? |
For basic functionality we need capturing, encoding and muxing of video/audio track |
I've made some progress with it, but currently busy with another project. Will push it to repo on next week |
It's almost there! flutter_webrtc:
git:
url: https://github.com/cloudwebrtc/flutter-webrtc
ref: ios_recorder UPD: currently only remote audio track is supported |
I were unable to find any solution for recording local audio track in WebRTC pod |
Thank you, Dima, for working on this. I just starred it.
…On Mon, Apr 15, 2019 at 4:05 AM Dima Rostopira ***@***.***> wrote:
I were unable to find any solution for recording local audio track in
WebRTC pod
If you are interested in this feature, star this issue:
https://bugs.chromium.org/p/webrtc/issues/detail?id=10166
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAlvEq6D7soMIEISmZN4mHjztB6BslO_ks5vhFz8gaJpZM4ZjtQ5>
.
|
@rostopira Hi, I am trying to record using the mentioned branch but the app crashes at |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@rostopira Did you finish this implementation? This issue is closed but when using the MediaRecorder::start(...), I'm getting this: Unhandled Exception: MissingPluginException(No implementation found for method startRecordToFile on channel FlutterWebRTC.Method) Is there anything I'm missing? I was digging into the code and on the iOS side I didn't find anything with the "startRecordToFile". Using the lastest version available on the pub.dev. On the pub.dev, there is a warning sign on the MediaRecorder, but no additional information about that warnings. Is there anything I can do to help? I know Obj-C, so if there is no implementation yet and you can guide me to the proper documentation on this, I can try to help on this one. I went to https://github.com/cloudwebrtc/flutter-webrtc but I was able to find the ios_recorder branch like you mentioned here: Thanks |
@bantunes22 checkout PR #1189 It's very hacky, so I decided not to merge it. |
Thats awesome. I will have a look into it, and give some feedback. Thanks for the work, and let me know if ther is anything I can help. |
Any idea of recording both video and audio on iOS on my iPhone? I also encountered |
@rostopira @bantunes22 Could you please help to tell when iOS recording support going to available? |
Co-authored-by: rogurotus <rogurotus@gmail.com>
I can barely read Objective-C code, so help wanted)
The text was updated successfully, but these errors were encountered: