Sometimes I make live audio available of the DX I am hearing. If so, just click the “Play” button on the audio player below!
[php]
ini_set(“default_socket_timeout”,”05″);
set_time_limit(5);
$f=@fopen(“http://87.81.221.145:8080/live”,”r”);
//fclose($f);
if($f) {
echo(“We are currently streaming DX Audio“);
}
else {
echo(“DX Audio is Offline“);
}
[/php]
Error occurred when trying to fetch the file using wp_remote_get(). cURL error 28: Connection timeout after 10001 ms