I am creating a page with an embedded audio player that works on all systems I have tested, except on Android. The players do appear on the page, but you cannot start them playing.
I've tried both the <audio>
tag and SoundManager 2, checked whether the device does normally play mp3 files with HTML5 Audio Formats Test (which it does), and downloaded that same test to my server and checked whether it worked there (which it doesn't). And I cannot find anything helpful in the log files.
Any ideas what I could do?
edit: I have since tried the same with Apache on the same server and with Nginx on another server with the same results.