I would like to limit video capturing to 30 seconds. As of now the PhoneGap documentation says the following of iOS implementation:
"The duration parameter is not supported. Recording lengths cannot be limited programmatically."
I did find this post which seems to give the solution for a purely objective C implementation:
iPhone: 5 seconds video capture
The question is: Is this something that could "easily" be made into a phonegap plugin or is there some other reason phonegap hasn't been able to implement this? If you think it can be done - any information pointing me in the right direction is much appreciated! Thanks :)