Page 1 of 1

Video gallery in php site

Posted: Mon Jul 13, 2009 12:05 am
by sanju
Hi all,

I am doing a site which features a video gallery section. I need to play all type of videos in the site.
Currently if we integrate a flash player it will only play flv videos and if we integrate a media player it will play only its files. How to manage this section . Please provide your advices,

Regards

Re: Video gallery in php site

Posted: Tue Jul 14, 2009 12:14 am
by reiner.lee
sounds like you are trying to clone a youtube side?
you may do it in youtube way...
install a video encoder in your server,
whenever a video uploaded, encode it into .flv extension, then you can have all the videos play in FLV format.