将计时器添加到mpmovieplayerviewcontroller

时间:2012-08-28 05:39:38

标签: iphone objective-c

我正在使用MPMoviePlayerViewController播放声音和视频。我从网址流传输这首歌。它运行正常。但问题是,MPMoviePlayerViewController没有显示我播放的歌曲的时间进度。该栏被禁用。如何使时间进度条处于活动状态?我有以下代码来播放这首歌。

    mediaPlayerController = [[MPMoviePlayerViewController alloc] initWithContentURL:songUrl];
    [self presentModalViewController:mediaPlayerController animated:YES];
    [[mediaPlayerController moviePlayer] play];

enter image description here

2 个答案:

答案 0 :(得分:0)

如果您想以自己的自定义方式显示当前进度时间,可以使用currentPlaybackTime协议中的MPMediaPlayback属性显示该信息。

答案 1 :(得分:0)

你使用AVPlayer播放直播。请参阅this链接。

另请参阅Apple的StitchedStreamPlayer链接示例代码。


为mediaPlayerController设置controlStyle:

  [mediaPlayerController moviePlayer].controlStyle = MPMovieControlStyleFullscreen