Flash media server with php
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
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).
Yes, this can be done using FMS. I would suggest that you look into Red5 as well.
精彩评论