Why is my audio AVCaptureConnection not active for highest-resolution formats?
I'm working on an iOS project which uses AVAssetWriter and AVAssetWriterInput to record audio and video to file. Everything seemed to work fine when the video resolution was limited to 720x1280. I'm now trying to take advantage of the AVCaptureDeviceFormats for higher resolutions available on newer iOS devices. The video continues to work fine using any of the AVCaptureDeviceFormats available on the device. However, the audio does not work. I've tracked this down to the active property of my audio AVCaptureConnection, which is NO for the highest-resolution formats, looking like this when I log