Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nexus 7 and HTML5 Audio Loop

I'm having trouble looping an audio tag on my Nexus 7 with Chrome.

<audio controls="" autoplay="" loop="">
    <source src="path/to/file.ogg" type="audio/ogg">
    <source src="path/to/file.mp3" type="audio/mpeg">
</audio> 

Looping works in Firefox.

Any ideas?

like image 560
Dan Avatar asked Mar 08 '13 14:03

Dan


1 Answers

It seems that this issue occurs only on Linux machines - I'm using Debian Wheezy. I don't know why but I have switched to mp3 file and looping is working now.

like image 175
gecko Avatar answered Oct 24 '22 21:10

gecko