使用 php 的 Flash 媒体服务器

发布于 2024-09-11 18:04:39 字数 232 浏览 4 评论 0原文

我们想要构建一个应用程序,允许用户使用 Flash 在我们的网站上使用网络摄像头录制视频,并使用 PHP 将 URL 保存在数据库中。这样我们就可以允许用户将视频发送给其他用户等。

此外,我们还希望为用户提供上传电影(通过邮件并使用 PHP)并将其转换为 Flash 电影的可能性,这也可以使用 Flash 来完成媒体服务器? (也许与 AMFPHP 结合)

非常感谢

,问候,

斯蒂芬

We want to build an application that allows the user to record a video using their webcam on our site using flash and save the URL in a database using PHP. So that we can allow the user to send the video's to other users etc.

Also we want to offer the user the possibility to upload their movies (per mail and with PHP) and convert them to flash movies, can this also be done using Flash media server? (maybe in combination with AMFPHP)

Thanks so much

Greetings,

Stephen

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

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

发布评论

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

评论(2

悲歌长辞 2024-09-18 18:04:39

对于视频转换部分,我强烈推荐ffmpeg。它有一个 PHP 扩展,或者您可以使用 exec 调用它(可能更容易)。

For the video conversion part, I strongly recommend ffmpeg. There is a PHP extension for it, or you can just call it with exec (probably easier).

后eg是否自 2024-09-18 18:04:39

是的,这可以使用 FMS 来完成。我建议您也研究一下 Red5。

Yes, this can be done using FMS. I would suggest that you look into Red5 as well.

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