MPMoviePlayerController error _itemFailedToPlayToEnd while playing youtube video iOS 7

前端 未结 3 982
囚心锁ツ
囚心锁ツ 2021-01-02 01:55

I\'ve seen this mentioned a few places around the web but have yet to find answer anywhere.

I am using ALMovieplayercontroller library. Everything works fine but whe

3条回答
  •  别那么骄傲
    2021-01-02 02:11

    If im not mistaken ALMovieplayercontroller is an extension of MPMoviePlayerController. So try setting the source type of the player to stream.

    moviePlayer.movieSourceType = MPMovieSourceTypeStreaming;
    

提交回复
热议问题