安卓版 Live555
我试图使用内置的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想我从github找到了示例代码,它适用于我。
I think I found a sample code from github, it works for me.
坏消息 - 我认为你找不到 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.