MPMovieplayerController doesn't play next URL when in background

前端 未结 1 1444
闹比i
闹比i 2021-01-23 05:32

I am developing an iOS app in which I am streaming .mp3 files using MPMoviePlayerController. When playing of one file completes I take next url and play the file. All works grea

1条回答
  •  生来不讨喜
    2021-01-23 06:14

    I couldn't do it using MPMoviePlayerController.

    Finally used AudioStreamer.

    My app is working fine now.

    Thanks Matt!

    0 讨论(0)
提交回复
热议问题