I am trying to play video with different browser
<video Controls>
<source src="Videos/2.ogv" type="video/ogv">
<source src="Videos/2.mp4" type="video/mp4">
</video>
but the google chrome
plays the video but firefox
doesn't play it. it shows an error that perticuler MIME type is missing
after registering in IIS for ogv extension
it still shows an error. is there any format that all browser support?