準備使用IIS7的音頻直播流服務。 音頻直播流服務器設置非常複雜,但已成功。如何使用MPMoviePlayerController播放甚至背景模式
我得到了這樣的流式傳輸的URL(@「http://xxx.xxx.xx.xx/liveStream.isml/manifest(format = m3u8-aapl).m3u8」)。
我使用的代碼非常簡單。
self.theURL = [NSURL URLWithString:@"http://xxx.xxx.xx.xx/liveStream.isml/manifest(format=m3u8-aapl).m3u8"];
if(moviePlayer == nil)
{
moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:theURL];
}
[moviePlayer play];
嗯......我無法控制音樂播放器,因爲我希望。
問題是這樣的。
即使使用backgroundMode,我也不想停止播放音樂。
請告訴我一些建議。謝謝。
真棒問題....這就是爲什麼我放棄投票 – 2012-02-28 12:32:33