You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used screcorder for capturing the video and I am using SCAssetExportSession for exporting the video. I am able to export video only for the first time after that I am getting following error
some : Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-12138), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x283903690 {Error Domain=NSOSStatusErrorDomain Code=-12138 "(null)"}}
I have checked some links over stackoverflow but none of that will works for me,I have tried following things also
I have used screcorder for capturing the video and I am using SCAssetExportSession for exporting the video. I am able to export video only for the first time after that I am getting following error
some : Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-12138), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x283903690 {Error Domain=NSOSStatusErrorDomain Code=-12138 "(null)"}}
I have checked some links over stackoverflow but none of that will works for me,I have tried following things also
I had used following code :
func exportSessionVideo() {
}
The text was updated successfully, but these errors were encountered: