Android WebRtc - Is there a way to save video track and audio track ? #269
Unanswered
VigneshrajRADJASEGAR
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello ,
I developed a mobile app that use webrtc library to make call.
I would like to save remote video track et remote audio track in mobile, for example mp4 file (or another extension is good also).
Is there a way to start to record video track and audio track locally in one file ?
I saw that there is VideoFileRenderer to save a video and JavaAudioDevice to record audio. But I would like to start to record only when I want to start (not when the call starts) and stop it whenever I want , even if the call continues.
If you have a code snipet to share , it call really help me.
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions