Skip to content

iOS 9 and iOS 10 rendering issue #3

@blitzcrank

Description

@blitzcrank

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?

IMG_0005

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions