A bug? Can not record video with audio more than 15 seconds with AVFoundation

When I use AVFoundation to record video on my App, the video can only save both video and audio less than 15seconds, if the video is more than 15seconds, the audio is missing. My iOS is 15 and my Xcode is 13.0

Could you check in your code the value of maxRecordedDuration for AVCaptureOutput ?

A bug? Can not record video with audio more than 15 seconds with AVFoundation
 
 
Q