Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,
i have application in which user can upload and play play any kind of format video file into his profile just like Facebook.i have tried so may code like embed,video,etc
but it has limited file support say some file are not running example .3gp etc,i got some information about vlc player but unable to find any web based example to play all video types.

so please share me any working web based example which can play all video format.

you can also suggest me any good web player and integration of its with asp.net application
Posted

You must ensure that your web server supports the video format that you use. If you find that your video plays OK on your local computer, but doesn't play on your live web server, it's probably because the live web server isn't configured properly for your video format. You need to ensure your web server supports the MIME type of your video.

The best option : When the user uploads the video to your site, then you need to process it and convert it to the format which is supported by your webserver. Then whenever the video is requested by the user , it can be played in the browser.

There is currently no any universal player for the browser which can play thousands of video formats available out there.
 
Share this answer
 
Comments
ahp-1984 7-May-12 3:20am    
Thanks dear,Nice Answer
string myobj = "";
myobj += "";



Imran Pervez
MCPD/MCTS
Indore
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900