Android Question VideoRecord app question

Prosg

Active Member
Licensed User
Longtime User
Hello,

2 questions with videorecord (audio library)

1) Is it possible to start and stop recording automaticly with tick timer

tick = start
tick = stop

2) Is it possible to stop recording when file = 1.5 Giga ?

Ty

regards
 

Prosg

Active Member
Licensed User
Longtime User
aie^^
I need the point 1) cause the app have to record very long time (1 hours 30 minutes) and android limit the size of the files to 1.5 giga if i'm not wrong... so every 1 giga i have to parse the video

like record > stop & save > immediatly record > stop & save > immediatly record until the event finish
 
Upvote 0
Top