Good afternoon, I have searched through the stackoverflow pages and the web and can't seem to find an answer. I have a site that uses the HTML5 video tag. I use MP4 files as my video files. I created a simple tag:
<video id="videoPlayer" width="958px" height="444px" src="video/test.mp4" controls>
NOT Supported
</video>
When I open in a PC browser it works just fine and plays as I want it to. When I open the file on my iPad or Nexus 7 this is what happens:
iPad: I get a play button with a line crossing it out. Nexus 7: I get a play button. When I press the play button nothing happens.
At first I thought it was something I did wrong so I went to W3Schools video tag portion on my iPad and the example video doesn't load there either. I checked the iOS version and it is up to date at 5.1.1. I'm at a loss on what to do. Please help. Thanks in advance.