Play multiple videos

前端 未结 3 946
温柔的废话
温柔的废话 2021-01-25 07:01

I\'m actually using the MPMoviePlayerController for play video in my iPad app.

Actually, I can easly play 1 video but I\'m trying to play in the same time 2

3条回答
  •  生来不讨喜
    2021-01-25 07:46

    As Safecase mentioned, MPMovieplayerController will only allow one video to be played at a time. But here is an example to play two simultaneously with the use of AVFoundation:

    http://www.sdkboy.com/?p=66

    Hope this helps!

提交回复
热议问题