2013-07-28 70 views

回答

0

您可以嘗試使用Matt Gallagher的AudioStreamer來傳送歌曲。

https://github.com/mattgallagher/AudioStreamer

對於視頻,你可以使用MPMoviePlayerController

http://developer.apple.com/library/ios/#documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/

MPMoviePlayerController *player = [[MPMoviePlayerController alloc] initWithContentURL:streamURL]; 
[player play]; 
+0

雅這是很好的音頻文件,但我想在我的所有流音頻文件流視頻文件歌曲列表... – ChenSmile

+0

編輯視頻流的答案。 – UpL1nK

+0

@Immi酷,不要忘了接受答案。 – UpL1nK

相關問題