This content has been marked as final.
Show 3 replies
-
Re: iOS 13.1 crash related with AVSampleBufferDisplayLayer
jml5qh Oct 1, 2019 7:33 AM (in response to weihe)We are seeing this as well. Have you been able to find any workarounds?
-
Re: iOS 13.1 crash related with AVSampleBufferDisplayLayer
weihe Oct 6, 2019 8:30 PM (in response to jml5qh)No. I have no alternative but to used a singleton object which holds three AVSampleBufferDisplayLayers as a pool to recycle AVSampleBufferDisplayLayer when system version not beblow 13.1, to avoid [AVSampleBufferDisplayLayers dealloc]. This action reduces this crash very much, while it still seldom happens.
-
-
Re: iOS 13.1 crash related with AVSampleBufferDisplayLayer
weihe Oct 16, 2019 7:57 PM (in response to weihe)It seems this crash disapeared in iOS 13.2 beta versions.