views:

47

answers:

2

I want to upload video to server and then display it on web page using some player (like youtube) using PHP.

My client ask: "Videos must be no longer than 2 minutes and in either Quicktime, WMV, Mp4 or FLV format."

Is there any opensource script which help me to upload a video with client requirements and then an opensource player which plays that video?

Please help!

Thanks

+3  A: 

This is my favourite solution: http://flowplayer.org/

It enables to control the video quite a lot: it uses javascript settings and embedded flash video player.

Edit: if you look for good uploader, try http://code.google.com/p/swfupload/

It can do multiple uploads, and filetype checks.

Jan Turoň
http://www.swfupload.org/ link isn't working?
Prashant
oops, sorry: The link was corrected.
Jan Turoň