下载流媒体RTSP协议

发布于 2024-09-16 11:37:15 字数 107 浏览 3 评论 0原文

PHP 或 C# 中是否有任何类或片段(如果可以的话,在 php 中更好)可以从使用 RTSP 协议的流媒体源下载视频?

预先非常感谢。

此致。

何塞.

Are there any class or snippet in PHP or C# (better in php if could be), to download video from an streaming source that uses RTSP protocol?

Thanks a lot in advance.

Best Regards.

Jose.

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

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

发布评论

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

评论(1

江湖彼岸 2024-09-23 11:37:15

您必须调用外部程序才能执行此操作。查看mplayer -dumpstream,如果失败,请查看rtmpdump。请记住,保存流将需要很长时间,因此几乎肯定最好在产生大量工作人员的外部进程中完成。然后,您的 Web 应用程序可以与进程进行通信,来回传递作业和结果。

You will have to call out to an external program to do this. Check out mplayer -dumpstream and, if that fails, rtmpdump. Keep in mind that saving the stream will take a long time, so it's almost certainly better done in an external process that spawns a number of worker. Your web application can then communicate with the process to pass jobs and results back and forth.

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