Problem when attempting to loop AVPlayer (userCapturedVideo) seamlessly
I have been looking around for a while on how to correctly accomplish this. I have looked here and here . And have used the top answer here , to try and accomplish this however for me the recorded video does not ever even begin to loop. The first frame shows up but does not play the video, thus I am wondering what's wrong. func fileOutput(_ output: AVCaptureFileOutput, didFinishRecordingTo outputFileURL: URL, from connections: [AVCaptureConnection], error: Error?) { if (error != nil) { print("Error recording movie11: \(error!.localizedDescription)") } else { isSettingThumbnail = false let