From 4f546a1bc33d97118375a077e120b7cecfa0145f Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Wed, 11 Jan 2012 16:27:14 -0500 Subject: [PATCH] CC-3238: When ICEcast is not on local host, Jplayer is not playing anything -fixed with workaround to show the user what ip they're listening on. --- .../application/views/scripts/dashboard/stream-player.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml index 5c5020459..b31757141 100644 --- a/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml +++ b/airtime_mvc/application/views/scripts/dashboard/stream-player.phtml @@ -60,7 +60,7 @@ $(document).ready(function(){ if ($type == "ogg") $type = "oga"; - $label = $streamData["${id}_description"]." (".$streamData["${id}_bitrate"]." Kbit/s)"; + $label = "(".$streamData["${id}_host"].") ".$streamData["${id}_description"]." - ".$streamData["${id}_bitrate"]." Kbit/s"; echo sprintf("", $id, $url, $type, $serverType, $label); } ?>