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
Video gallery in php site
Moderator: General Moderators
-
reiner.lee
- Forum Newbie
- Posts: 1
- Joined: Mon Jul 13, 2009 11:57 pm
Re: Video gallery in php site
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.
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.