• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

html5 <audio tag not working

Hello,
On my website, I want to stream audio files. Code like that seen below plays OK on any browser on my windows PC; it plays on Macs and Iphones, but I can get it to work on my Android device (I have v4.3). I have tried the built in Android browser and Chrome.
<li>Play Speech </a>
<audio controls="controls">
<source src="/speech.mp3" type="audio/mpeg"></source>
<source src="/speech.ogg" type="audio/ogg"> </source>
</audio>
</li>
My understanding is that that Android has supports the audio tag in html5. Any suggestions how to get this to work.
 
Back
Top Bottom