Search code examples
phpflashflash-media-serveramfphpflash-cs5

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


Solution

  • 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).