Android:直播视频 URL 播放器

发布于 2024-12-26 11:58:03 字数 191 浏览 0 评论 0原文

我们正在尝试开发一款 Android 应用程序,您可以在其中播放直播 URL。我尝试了几种使用 MediaPlayer 和 StreamPlayer 的方法...但 URL 播放没有成功。

我当然可以使用 URL(托管在服务器上)播放静态 MP4 或 MP3 文件,但是当我尝试播放流 URL 时,它不会播放或给出错误。

有什么想法吗?

We are trying to develop an app for Android where you can play a live streaming URL. I tried several approaches using the MediaPlayer and StreamPlayer... but no luck with the URL playing.

I can of cause play a static MP4 or MP3 file using the URL (hosted on a server) but when I try to play a stream URL it doesn't play or give an error.

Any thoughts?

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

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

发布评论

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

评论(1

老娘不死你永远是小三 2025-01-02 11:58:03

Mp3 流在 Android 2.2 及更高版本的 Mediaplayer 上运行良好。如果你想播放2.2以下的内容那么最好使用本地代理服务器实现。检查 Npr 。其中使用相同的方法。

如果您想播放 wma 音频,您应该将其转换为 PCM 并播放。检查aacplaye。在 aacplayer 项目中,他从 mms:// 流获取 wma 内容并播放它。您可以对其进行编辑以仅播放 wma 内容。但我还没有尝试过播放任何 wmv 视频。

Mp3 stream works well on Mediaplayer from Android 2.2 and above. If you want to play the Content below 2.2 then its better to use local proxy server implementation. check Npr . Which uses the same approach.

If you want to play wma audio you should convert that into PCM and play it. check aacplayer. In aacplayer project he gets wma content from mms:// stream and plays it . You can edit that to play only wma content. But i haven't tried playing any wmv videos.

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