Good day, I\'ve been working on this project and learning how to place a video on the ipad, and all the other browsers.
But after writing the code for this, I notic
maybe it's better if you also specify the basic media codecs
<source src="video.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
What are the spec of the mp4 video (resolution and profile)?. The iPad doesn't support all the varieties of mp4.
Did you try a simple html without the flash and the ogv source?
It looks like your over sepc:
Could this be it?
"iOS will not recognize the video if you include a poster attribute. The poster attribute of the element allows you to display a custom image while the video is loading, or until the user presses “play.” This bug is fixed in iOS 4.0, but it will be some time before users upgrade."
Found it in Dive into HTML5