Change MediaRecorder output file based on time limit instead of file size
I’m trying to modify the MediaRecorder API to change the output file when a specific time limit is reached instead of relying on the file size limit. I haven’t found many resources for this scenario, so I thought of asking for help on Stackoverflow.