ARVideoKit icon indicating copy to clipboard operation
ARVideoKit copied to clipboard

Using RecordAR while using iOS Screen Recording causes crash

Open ZacheryWagner opened this issue 4 years ago • 1 comments

This happens both on record() and .photo() call.

Error:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[AVAssetWriterInput initWithMediaType:outputSettings:sourceFormatHint:] 4 is not a valid channel count for Format ID 'aac '.  Use kAudioFormatProperty_AvailableEncodeNumberChannels (<AudioToolbox/AudioFormat.h>) to enumerate available channel counts for a given format.'

I doubt it matters but I'm using the Swift 5 branch.

ZacheryWagner avatar Sep 18 '19 05:09 ZacheryWagner

I believe this is related to the issue I'm seeing as well: https://github.com/AFathi/ARVideoKit/issues/118

Also on Swift 5 branch. Any updates on this from anyone?

jrz-afs avatar Sep 16 '20 13:09 jrz-afs