0

I referred the docs and it says that you may create multiple AVPlayerLayer instances from a single AVAsset object but it nowhere says if we can play more than one video from a single AVAsset instance.

I don't think its possible but still I'm not sure.

Reckoner
  • 1,041
  • 2
  • 13
  • 29

1 Answers1

0

Yes it's possible to play multiple video with single AVPlayerLayer but second video is covered first video so if you want to see both video at a time than decrease alpha channel of second video to 50% than you see both video.

Akshay Patel
  • 157
  • 5