Starting today, we're noticing an issue where our HTML 5 SoundCloud widget does not play via most iPhone and Android (Nexus 4, 7, etc) mobile phones.
I've created a basic example using boilerplate SC embed code from the website:
http://musiclibre.org/soundcloud.html
Works fine on my laptop but when you visit this URL with an iPhone / Nexus 4, etc... it does not playback any sound. When I debug the mobile clients I see the following URL is hanging:
No JS errors. widget.play() does get called. But since the mp3 stream is hanging, no music plays and the player freezes up.
Any ideas?