javascript - How I can play only mp4 type video tag in HTML5 -


this question has answer here:

  <video id="video1" controls="controls">   <source src="demo.mp4" type="video/mp4">   <source src="demo.ogg" type="video/ogg">   browser not support html5 video.   </video> 

i have used video tag of html 5 won't support mp4 file if run using following code

 <video id="video1" controls="controls">  <source src="demo.mp4" type="video/mp4">  browser not support html5 video.  </video> 

is there solution playing mp4 video in video tag important me play mp4 video in video tag. please me.

you better below url.

http://en.wikipedia.org/wiki/html5_video

http://www.html5rocks.com/en/tutorials/video/basics/

also, can go flow player support current browser mp4 type

http://flowplayer.org/docs/

hope, these you...!!


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -