Video gallery in php site

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
sanju
Forum Commoner
Posts: 65
Joined: Sat Jun 21, 2008 2:15 am
Location: Kochi, India

Video gallery in php site

Post 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
reiner.lee
Forum Newbie
Posts: 1
Joined: Mon Jul 13, 2009 11:57 pm

Re: Video gallery in php site

Post 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.
Post Reply