-
Notifications
You must be signed in to change notification settings - Fork 413
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
How to get audio & video frames to save a video locally #44
Comments
In the There are a number of tutorials online related to camera video recording that you should be able to integrate with this WebRTC implementation that uses the above AVFoundation references. I hope that helps. |
Thanks @coolwr . I tried fetching the
In the code above, you will notice that |
I somehow hacked the above mentioned problem using KVC. But now the main issue is that I am unable to add output to |
Have you had any luck with this? |
Any updates, did anyone find a way to store the session locally ? @wumbo @theiosdevguy @coolwr |
Yes, have a look at my fork here. In
Here you'll get the frame in Obviously this just gives you all the frames as images, not as a video, but I don't imagine it would be too difficult to convert them to a video. |
Thanks for your quick response @wumbo , As you said we could get frames from but i need to save only audio file of the conversation. (not video). Please let me know if you have done it before. |
Is there a way to get audio and video frames? I need to save the video being streamed locally also.
The text was updated successfully, but these errors were encountered: