使用 RTP 从 Android 到 PC 的相机流式传输

发布于 2024-10-27 17:50:30 字数 257 浏览 8 评论 0原文

我想为 Android 编写一个应用程序,用于将相机流传输到 PC(H.263、MPEG_4)。我找到了一些库:sipandroid、jlibrtp。 SIP安卓: RTP 数据包是流式传输的(wireshark 在 PC 上可以很好地捕获它),但 VLC 无法播放它。

Jlibrtp: API 很可疑,使用 VLC 无法正确播放流。

可能会对这些库进行一些调整(使其适用于相机流),或者还有其他一些具有干净 API 和示例的库?

感谢您的回答。

I'd like to write an application for Android for camera streaming to PC (H.263, MPEG_4). I found some libraries: sipandroid, jlibrtp.
SIPandroid:
RTP packets are streamed (wireshark catches it on PC well), but VLC can't play it.

Jlibrtp:
API is shady, stream is not played correctly using VLC.

May be there are some adaptations to these libraries (to make it working for camera streaming), or there are some other libraries with clean API and samples?

Thanks for your answer.

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

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

发布评论

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

评论(1

古镇旧梦 2024-11-03 17:50:30

VLC 具有 对 RTP 的内置支持,正如 @Lukas 所说,网络接口可能是 VLC 上的问题。如果您将所有内容传输到一个端口并监听该端口,您至少会得到一些东西。您还可以查看 RTP 数据包以查看它们的格式是否正确。

VLC 本身使用 LiveMedia 库,因此您也许可以使用它。

VLC has built-in support for RTP, and as @Lukas said, the network interfaces are likely the problem on VLC. If you stream everything to one port, and listen on that port, you will at least get something. You can also look into the RTP packets to see if they are well formed.

VLC itself uses the LiveMedia library, so you may be able to use that.

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