views:

104

answers:

0

After setting the minFreeDiskSpaceLimit property of an AVCaptureMovieFileOutput the delegate should call the captureOutput:didFinishRecordingToOutputFileAtURL:fromConnections:error: method if the disk space is less then the value specified in minFreeDiskSpaceLimit, but it doesn't. The delegate calls correctly the method only if I call the stopRecording method of if the disk space go to 0. There is a way to solve this issue?

And if i get the minFreeDiskSpaceLimit to work, and i have 100MB free on disk but my recorded movie is 300MB there's a way to move it to the Library? Or I need to copy it and then to delete it from the App Bundle?