LightCompressor_iOS
LightCompressor_iOS copied to clipboard
background compress
Hello! I'm using your project, and It works wonderful!
But I want to compress video in background mode.
How can I write code for this work?
I tried to cover compressVideo function using DispatchQueue.global in background mode... but it doesn't work.
DispatchQueue.global(qos: .background).sync{
compression = videoCompressor.compressVideo(source: videoToCompress, ..)
....
}
Any words can help! HELP ME!
Hi @LEEYOONJONG sorry you're facing this, we will release an update very soon to fix all the issue encountered, we're working on it at the moment.
Hii @AbedElazizShe @LEEYOONJONG any update here?