rtsp服务器转发

发布于 2024-10-12 21:12:58 字数 193 浏览 3 评论 0原文

所以我试图将网络摄像头源从我的计算机传输到我的 Android 手机。我使用一个简单的转发服务器来连接两者,这样我就不必担心家庭网络 IP 防火墙等。我正在使用 FMJ 捕获视频源,并且认为 rtsp 协议是最好的,因为 android 支持读取它。我的问题是我不知道如何通过服务器转发信息,是否像转发UDP数据包那么简单?顺便说一句,所有涉及的程序都是用java实现的。

So I am trying to stream a webcam feed from my computer to my android phone. I am using a simple forwarding server to connect the two so that I don't have to worry about home network IP firewalls ect. I am using FMJ to capture the video feed and was thinking rtsp protocol would be best because android supports reading it. My problem is I dont know how to forward the information via the server, is it as simple as forwarding UDP packets? all programs involved are implemented in java btw.

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

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

发布评论

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

评论(2

我不在是我 2024-10-19 21:12:58

使用 Netty。使用这个库创建 RTSP 服务器非常容易。有关提示,请参阅此处的来源。

Use Netty. It is very easy to create an RTSP server with this library. For hints see the sources here.

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