Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually i am using HTML5 video control to play mp4 videos which is in my server. but here problem is the videos will save into my server by mobiles (Iphone,Android).the video taken by IPhone is playing in HTML5 video control but the video taken bu Android is not playing in HTML5 is there any necessary to convert videos to play.but here both videos are mp4 format only. below is my code

the video not playing in html5 video control (the video taken by Android)

XML
<video width='300' height='200' controls>
<source src="https://uat.priorusmed.com/PtImages//btest-cscan//Priorus-1394878534693.mp4" />
</video>



the video playing in html5 video control (the video taken by IPhone)

XML
<video width='300' height='200' controls>
<source src="https://uat.priorusmed.com/PtImages/YYang-Cscan/Priorus-1394881273.mp4" />
</video>



Is it possible ?
Posted
Updated 15-Mar-14 2:22am
v4
Comments
AndrewCharlz 17-Mar-14 1:18am    
did u check with other browser or the latest one
ntitish 24-Mar-14 6:15am    
yes sir i checked with latest one only........
AndrewCharlz 24-Mar-14 23:47pm    
then ull have to convert the video if u would like to use it or else u can use flash video player in ur site

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