Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi, after a long time I found my mistake to retrieve video and post it on the webpage.
The issue was with the handler file. I changed he code in handler file and now I am able to post video successfully.
Here's my real concern.....
I am able to save videos with all the extensions (.mp4,.avi,.mpeg,.3GP,.flv etc) in the database however the flowplayer used in the code only displays videos with .mp4 extensions.
Can any one help me with the solution over it to retrieve and display videos with all the extensions.....
Posted

1 solution

You have two choices. Either get a different player that supports all the file formats you want or you have to implement some transcoding in your server to convert the videos to a format the player supports.
 
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