From 8bb73ad92e594e07647a6300b6edd1fb30d57584 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Thu, 11 May 2017 18:02:24 +0200 Subject: [PATCH] Web player problem in new version of Opera browser --- html/player.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/player.php b/html/player.php index a68d6a6..4d9a809 100755 --- a/html/player.php +++ b/html/player.php @@ -3,8 +3,8 @@ $line1 = file_get_contents( "/tmp/radiod/line1.txt" ); $czyplayer = strpos($line1, "*"); if ($czyplayer != false) { list($realHost,)=explode(':',$_SERVER['HTTP_HOST']); - echo ''; + echo ':8001/mpd" type="audio/mp3" controls="true">Your browser does not support the audio element.'; } ?>