is there a way that I can be notified if device storage will is almost full while recording a video.
I found that you can set maxRecordedFileSize of a recording if I use AVCaptureMovieFileOutput but unfortunately I cant use this, because I have to do some video manipulation before the video frames are stored in a video file.
Instead I have to use approach with AVCaptureVideoDataOutput and AVAssetWriter.
Is it possible to observe for some kind of system notification that notify when storage is full?
