安卓版 Live555

发布于 2024-10-27 05:31:46 字数 270 浏览 2 评论 0原文

我试图使用内置的 Videoview/MediaPlayer 在我的 Android 应用程序中播放 RTSP 视频流,但在不同的 ROM 或不同的网络状态(UDP 数据包被阻止)上总是存在各种问题,这真的很烦人,所以我想使用 live555 源以及 GLES 和 ffmpeg 实现我自己的 rtsp 客户端。我可以弄清楚如何使用 ffmpeg 和 GLES 来显示视频,但我不熟悉 live555。

Android 上有 live555 的编译版本吗?或者我自己怎么能做到这一点?

谢谢。

I'm trying to get the RTSP video stream play in my Android App using the build-in Videoview/MediaPlayer, but there're always various problems on different ROMs or different network status(UDP packets blocked), it's really annoying so I want to implement my own rtsp client with the live555 source and GLES and ffmpeg. I can figure out how to use ffmpeg and GLES to show a video, but I'm not familiar with live555.

Are there any compiled version of live555 on Android? or how could I do that myself?

Thanks.

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

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

发布评论

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

评论(2

蓝天白云 2024-11-03 05:31:46

我想我从github找到了示例代码,它适用于我。

I think I found a sample code from github, it works for me.

赴月观长安 2024-11-03 05:31:46

坏消息 - 我认为你找不到 live555 的任何预编译版本 - 只有适用于多个平台的配置生成文件结构 - 除了 android 之外。

由于 live555 是一个纯 C++ 库,因此在 Android 中直接使用该库很可能会遇到问题。

詹斯。

bad news - I think you won't find any precompiled versions of live555 - only a config-makefile-structure for several platforms - except android.

Since live555 is a pure c++ library you will most likely have problems with directly using the lib in Android.

jens.

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