-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
It seems that on iOS 9 & 10, the pixels from the previous layer are not cleared and the next frame is just rendered on top. The issue is not with the createVideoComposition method. This returns a correct outputImage which is masked perfectly for each frame. It seems the issue is that all the video's frames are drawn on AVPlayerLayer and never cleared. The latest frame that needs to be displayed is simply drawn on top of the rest.
Note: I tested this on a real device (not simulator): iPod touch & iPad mini
Any idea what might be causing this issue or how I could fix this?
Metadata
Metadata
Assignees
Labels
No labels