In my IOS app I have a screen that show short video using AVPlayer. I leave and re-enter this screen few times successfully but after seven times and more i get blank and AVPlayerLayer's IsReadyForDisplay property is 'NO'.
I pause AVPlayer and remove AVPlayerLayer from from view's layer. It seem to me that it not memory use issue(17Mb usage).
I think the problem is AVPlayer buffer which use to read video file, but I didn't find any way to clean/or clear this buffer.
Did anyone have this kind of problem whne he use AVPlayer?