将视频从浏览器录制到服务器

发布于 2024-07-27 16:22:20 字数 179 浏览 0 评论 0 原文

我希望将视频从用户的浏览器录制到网络服务器。 我们已经有了一个可以运行的 Red5 服务器。 我需要详细了解如何配置服务器以将视频存储在磁盘上的某个位置,以及浏览器前端来完成此操作。

另外,如果可行的话,我希望有一种方法可以在记录完成后更新 mysql 数据库。

需要更多信息吗? 请告诉我。

I'm looking to record video from a user's browser to the web server. We've already got a working Red5 server up. I'm in need of details how to configure the server to store the video somewhere on disk, as well as a browser frontend to complete this.

Also, I'd like to have a way to update the mysql database when the recording is finished, if that is even feasible.

Need more info? Just let me know.

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

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

发布评论

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

评论(2

倦话 2024-08-03 16:22:20

老实说,我从未使用过 red5,而且它太大了,现在无法找到正确的入口点...

您可能想看看 haxevideo(您需要 Haxe ...它要小得多,而且您可以简单地将自己挂接到RealtimeServer::clientRead,将数据复制到您想要的任何位置...

to be honest, i have never worked with red5, and it's a little too big to find the right entrypoint right now ...

you might wanna take a look at haxevideo (you'll need Haxe for that ... it's much smaller, and you can simply hook yourself into RealtimeServer::clientRead, to copy the data to any location you want it ...

抚笙 2024-08-03 16:22:20

Red 5 可以开箱即用地处理视频录制,无需特殊配置。

对于前端视频录制客户端,您可以使用专门用于通过 Red5 进行录制的 HDFVR

Red5 1.0.7 拥有迄今为止最好的视频录制实现。

免责声明:我是开发 HDFVR 团队的一员,我还致力于修复/修补 Red5 的 2 个大型视频录制错误 (一个两个)。

Red 5 can handle video recording out of the box, it needs no special config.

For the frontend video recording client you can use HDFVR which is specifically made to record through Red5.

Red5 1.0.7 has the best video recording implementation so far.

Disclaimer: I'm part of the team that developed HDFVR and I've also worked on Red5 fixing/patching 2 big video recording bugs (one, two).

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