SilenceLove / HXPhotoPicker

图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function
https://github.com/SilenceLove/HXPhotoPicker
MIT License
3.08k stars 661 forks source link

偶现奔溃:-[AVAssetWriterInput appendSampleBuffer:] Cannot append sample buffer: Must start a session (using -[AVAssetWriter startSessionAtSourceTime:) first #737

Open jumpingfrog0 opened 3 hours ago

jumpingfrog0 commented 3 hours ago

在拍摄视频过程中,退后台再回前台,偶发崩溃,遇到过2次

奔溃1: EXC_CRASH (SIGABRT) *** -[AVAssetWriterInput appendSampleBuffer:] Cannot append sample buffer: Must start a session (using -[AVAssetWriter startSessionAtSourceTime:) first

image

奔溃2: EXC_CRASH (SIGABRT) *** -[AVAssetWriterInputPixelBufferAdaptor appendPixelBuffer:withPresentationTime:] Must start a session (using -[AVAssetWriter startSessionAtSourceTime:) before appending pixel buffers

image

崩溃之后重新打开APP就无法拍摄,重启手机后又正常了。

怀疑是 didStartWriter 没有正确重置回 false 导致 assetWriter.startSession(atSourceTime: startTimeToUse) 没有调用导致的,但还不知道是什么原因。 image

jumpingfrog0 commented 2 hours ago

多线程访问可能会导致这个问题?