开发者

What's the best choice for streaming audio only to iPhone iOS 3.1.3 using Apple's Http Live Streaming Protocol?

I'm building an app that deals with streaming music from a server that's using Http Live Streaming Protocol to send the information.

I'm using AVPlayer (with AVPlayerItem) to decode the m3u8 files that the server is sending but this class is only referenced in iOS 4.

开发者_StackOverflowThere's the option of using MPMoviePlayerController's initWithContentUrl: method but prior to 3.2 there's no way to resize the frame, it only plays in fullscreen. Also I want to create a custom player and this class is not suited to this purpose.

I know about Matt Gallagher's AudioStreamer class, but this only seems to work with mp3. Is there a way to make this class work with Http Live Streaming? Is there any way to stream audio only using Http Live Streaming in iOS 3.1.3?

Thanks

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜