使用 php 的 Flash 媒体服务器
我们想要构建一个应用程序,允许用户使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于视频转换部分,我强烈推荐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).
是的,这可以使用 FMS 来完成。我建议您也研究一下 Red5。
Yes, this can be done using FMS. I would suggest that you look into Red5 as well.