如何在 Android 上通过 RTMP 进行流式传输?

发布于 2024-11-07 11:07:00 字数 149 浏览 0 评论 0原文

我正在尝试在远程服务器上播放视频文件。视频格式为flv,服务器为Flash Media Server3.5。

我将通过 RTMP 连接到服务器并使用 Android Media Player 实现视频文件的播放。

真的吗,可能吗?任何帮助都是我的荣幸。

I'm trying to play video file on a remote server. Video format is flv and server is Flash Media Server3.5.

I'm going to connect to server over RTMP and to implement the palyback of video file using Android Media Player.

Really,is it possible? Any help is my pleasure.

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

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

发布评论

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

评论(1

笨死的猪 2024-11-14 11:07:00

http://www.aftek.com/afteklab/aftek-RTMP-library.shtml

我找到了这个,但运气不佳,文档很少,在尝试支持视频(我看不到任何示例)之后,我发现核心方法 RtmpStreamFactory.getRtmpStream() ;失败的。

这个也出现了,但我还没看过。

http://code.google.com/p/android-rtmp-client/

看起来对我来说我会考虑让媒体服务器来提供 rtsp,这是 android 支持的。您可能还会发现更高版本的 Android ie 3>支持rtmp。

http://www.aftek.com/afteklab/aftek-RTMP-library.shtml

I found this one, but haven't had much luck, there are very few docs and after jigging it to try and support Video (no examples as i can see) i found that the core method RtmpStreamFactory.getRtmpStream(); failed.

This one has also cropped up, but i haven't looked at this yet.

http://code.google.com/p/android-rtmp-client/

It looks like that for me i'll be looking at getting the media server to deliver rtsp instead and this is supported by android. You may also find that later versions of Android i.e. 3> support rtmp.

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