LightCompressor_iOS
LightCompressor_iOS copied to clipboard
Compression fails if app is put in background while compressing.
It looks like AVAssetWriter fails when the app goes into the background.
Is there a way to keep compressing even when in background?
I think you should pass the global processing queue to compressVideo() function.