Yo nunca he tocado sockets, a mi se me ocurre esta forma. ¿Cuál será la mejor forma de hacerlo?
Código PHP:
Ver original<?php
$h = get_headers('http://4shared.com/img/Hk__bxdV/dlink__2Fdownload_2FHk_5F_5FbxdV/preview.mp3', true); ?>
<audio controls="controls" autoplay="autoplay">
<source src="<?php echo $h['Location'][1]; ?>" type="audio/mp3" />
No soporta audio html5.
</audio>