I am using AVQueuePlayer
to play several videos in a sequence. Everything works fine until there are videos with different aspect ratio. When the next AVPlayerItem
starts - the previous item stretches too early and one can see an ugly distortion for a second. Is this an iOS bug or do I need to do some handling in codes?
An example of such behavior is recorded HERE.