Hello, I'm trying to do an mobile app (android ) in which i'm using UserMedia and GameRecorder plugins to record the camera input.
My point is to finally save that video recording in the app and replay it at a button pressing.
Usin GamreRecorder.RecordingURL and puting it as a source of a Video plugin i can replay my last recording.
But my problem is that, i want to save multiple videos inside the app so that i can replay then in different certain of times. I tried to make multiple layouts and save one video per layout but it always get's deteled the video recording when i switch layouts.
So my question is, how can i record and save inside the app more than one recording without deleting the previous ones.
Also, is there a way to download the recording directly to the phone media ?