I am using firefox 12.0 version and videos are not working in Firefox, chrome and safari too.....
On local videos are working, but on server videos are not working, on server, browser asking for MIME type...
I am using this code for the video embed...
<video width="230" height="170" controls="controls">
<source src="video/main.mp4" type="video/mp4; codecs="avc1.42E01E, mp4a.40.2"" />
<source src="video/main.ogv" type="video/ogg; codecs="dirac, vorbis"" />
</video>
Please give me solution on this.