On Wed, Jun 3, 2009 at 8:14 AM, Hemant Patel <hemant.developer@xxxxxxxxx> wrote: > Hi All, > I hope you all are doing great.We are developing a application > on our end and we got a problem with a Audio/Vedio player.As flash player is > working well with client side but it has limitation of file formats like it > can run .flv file format only.If we go for media player then it won't run > on Linux Server. > > Now i want to develop a player which can run any file format at > client side.Can anybody suggest any algorithm or protocol to build a Player? As many have already done, you might consider just transcoding the "bad" formats into FLV and stick with your current Flash player setup. There are many ffmpeg tutorials out there that should help you out [1]. 1. http://vexxhost.com/blog/2007/05/20/how-to-convertencode-files-to-flv-using-ffmpeg-php/ -- // Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php