HTML5 Video not working in Android -


i building little application display video users , having lot of issues mobile devices. seems work on desktop, , hit , miss on mobile. works on 1 iphone, not , not work on android when navigate directly files.

here code.

<video id="video1" width="600" controls=""> <source src="~/content/video/mov_bbb.mp4" type="video/mp4"> <source src="/content/video/mov_bbb.ogg" type="video/ogg"> browser not support html5 video. </video> 

its ripped right example w3schools http://www.w3schools.com/html/html5_video.asp files , everything. when visit site on mobile device, works, when hosted on site doesn't.

here screen shot of android device, player shows nothing can play videoenter image description here

i running windows server 2012, , android device android 4.4.4; sm-n900v build/ktu84p, chrome 41.0.2272.96.

because these files , code ripped directly source seems work thing can think of on server not set correctly.

thanks!

the tag supported modern browsers. problem facing browsers running on client mobile or desktop , not servers.

see browser support understand versions supported: http://en.m.wikipedia.org/wiki/html5_video


Popular posts from this blog