I can not make videos on a website play on android and on other devices.
I used Freemake Video Converter to turn my video into all formats for HTML5. So it already works on all browsers, on computers, but I run the tests and it does not run on any of my devices; tablet and neither on android phones. But I did tests with these devices and I logged into other sites and the videos that have them run on my devices perfectly. So it's obvious that I'm missing something.
Where am I going wrong? or what is missing to get the video to be viewed on mobile phones?
<video id="video_principal" id=0 controls>
<source src="videos/video1.ogv" type='video/ogg; codecs="theora, vorbis"'/>
<source src="videos/video1.webm" type='video/webm' >
<source src="videos/video1.mp4" type='video/mp4'>
<p>Desculpe, mas não foi possível carregar o vídeo.</p>
</video>