0
我想用MPMoviePlayerViewController流媒體MP3。我意識到這(顯然)是用於電影,但我讀到,我可以用它來流式傳輸MP3。MPMoviePlayerViewController來流Mp3的
一旦加載了MPMoviePlayerViewController,「Loading ...」屏幕就會出現,幾秒鐘之後它就會關閉。這個問題似乎沒有與我的網址,因爲我可以插入瀏覽器和MP3下載就好了。
這裏是我的代碼:
NSLog(@"OpenFlowVC: url: %@",url);
MPMoviePlayerViewController *playerVC = [[MPMoviePlayerViewController alloc] initWithContentURL:url];
playerVC.moviePlayer.movieSourceType = MPMovieSourceTypeStreaming;
[self presentMoviePlayerViewControllerAnimated:playerVC];
[playerVC autorelease];
實例網址:http://dl.soundowl.com/12kj.mp3
奇怪的是,這個工程的一些MP3的而不是其他人。 任何輸入將不勝感激。由於
我會試試這個並回傳。感謝您的答覆 – ranonk