I have
<audio src="SOURCE1" />
playing perfectly in Android Browser. But when I
wget SOURCE1
and then use
<audio src="MYSERVER/SAME_MP3" />
it is not recognized in android chrome! I've no idea what is going wrong.
Is it the way the my-server is configured? The response headers of both the servers look alike. Just that my server is connecting on https.
Any help is greatly appreciated! :)