Android 视频流 mms 和 m3u8

发布于 2024-11-29 11:40:45 字数 181 浏览 1 评论 0原文

我正在尝试在 Android 应用程序中播放来自 mms 和 m3u8 的一些视频流。 MediaPlayer 似乎不支持这一点,从我在 FFMPEG 上读到的内容来看,似乎也没有任何简单的方法。我正在使用 Android 2.1 SDK。 为了使这项工作顺利进行,我应该做什么有什么想法吗?商店里有一些应用程序已经做到了这一点,但我不知道如何做。

I am trying to play some video streams from mms and m3u8 inside my Android application. It seems that the MediaPlayer doesn't have support on this and from what I have read on FFMPEG it seems there isn't any easy way with that also. I am using Android 2.1 SDK.
Any ideas on what I should in order to make this work? There are some apps there in the store that already do this, but I don't know how.

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

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

发布评论

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

评论(1

生来就爱笑 2024-12-06 11:40:45

您可以尝试 Vitamio 库,http://vitamio.org

Vitamio 是一个适用于所有 Android 设备的多媒体框架。 Vitamio 的工作方式类似于 Android 的默认 MediaPlayer,只不过它包含更强大的功能。而且完全免费!

音视频播放支持以下网络协议:

MMS
RTSP (RTP, SDP)
HTTP progressive streaming
HTTP live streaming (M3U8), for Android 2.1+

You may try the Vitamio library, http://vitamio.org

Vitamio is a multimedia framework for all Android devices. Vitamio works like the Android's default MediaPlayer except that it includes much more powerful features. And it's absolutely free !

The following network protocols are supported for audio and video playback:

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