We are using AVAssetWriter to write a movie file.
All works fine, but when the app goes into the background
and pauses operations, we would expect the writer to come back to life when you bring the app back into the foreground.
However, it does not, it fails with this error code.
Any hints, workarounds?
Error Domain=AVFoundationErrorDomain Code=-11847 "Operation Interrupted" UserInfo={NSLocalizedRecoverySuggestion=Stop other operations and try again., NSLocalizedDescription=Operation Interrupted, NSUnderlyingError=0x2820356b0 {Error Domain=NSOSStatusErrorDomain Code=-16121 "(null)"}}
All works fine, but when the app goes into the background
and pauses operations, we would expect the writer to come back to life when you bring the app back into the foreground.
However, it does not, it fails with this error code.
Any hints, workarounds?
Error Domain=AVFoundationErrorDomain Code=-11847 "Operation Interrupted" UserInfo={NSLocalizedRecoverySuggestion=Stop other operations and try again., NSLocalizedDescription=Operation Interrupted, NSUnderlyingError=0x2820356b0 {Error Domain=NSOSStatusErrorDomain Code=-16121 "(null)"}}