在 iPhone 应用程序中播放 .mp3 的最佳方式是什么?

发布于 2024-11-06 19:28:07 字数 441 浏览 0 评论 0原文

可能的重复:
Iphone sdk 支持通过网络播放 mp3 文件

我需要在我的 iPhone 应用程序中播放 .mp3。 .mp3 位于服务器上,我只有它的 URL。如果能在 UIWebView 中播放就好了。无论如何,我想留在我的应用程序中并进行流式传输。

Possible Duplicate:
Iphone sdk support for playing mp3 files over the network

I need to play a .mp3 in my iPhone app. The .mp3 is on a server, and I just have the URL of it. It would be nice if it could be played in a UIWebView. In any case I want to stay in my app, and stream it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不甘平庸 2024-11-13 19:28:07

最简单的方法是使用 MPMoviePlayerController。尽管有这个名字,但它完全支持纯音频流。

The easiest way is to use MPMoviePlayerController. Despite the name, it fully supports audio-only streaming.

若无相欠,怎会相见 2024-11-13 19:28:07

奥兹说的话。

顺便说一句,这是一篇非常好的文章,概述了 iDevice 媒体 API 的历史:

http://cocoawithlove.com/2011/03/history-of-ios-media-apis-iphone-os-20.html

它会给你一些想法可用选项。

What omz said.

Btw, this is a very nice article which gives an overview of the history of iDevice media APIs:

http://cocoawithlove.com/2011/03/history-of-ios-media-apis-iphone-os-20.html

It will give you some idea of the options available.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文