small update

This commit is contained in:
Jordi Sanfeliu 2013-06-21 11:49:24 +02:00
parent c6ee408a9d
commit 7416d4be6a
1 changed files with 2 additions and 2 deletions

View File

@ -758,7 +758,7 @@ sub wowza_cgi {
$w = trim($w); $w = trim($w);
$str = sprintf("%-20s", substr($w, 0, 20)); $str = sprintf("%-20s", substr($w, 0, 20));
push(@tmp, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$str"); push(@tmp, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$str");
push(@tmp, "GPRINT:wms" . $e . "_a$n" . ":LAST: Current\\:%5.1lf\\n"); push(@tmp, "GPRINT:wms" . $e . "_a$n" . ":LAST: Current\\:%6.2lf\\n");
push(@tmpz, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$w"); push(@tmpz, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$w");
$n++; $n++;
} }
@ -842,7 +842,7 @@ sub wowza_cgi {
$w = trim($w); $w = trim($w);
$str = sprintf("%-20s", substr($w, 0, 20)); $str = sprintf("%-20s", substr($w, 0, 20));
push(@tmp, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$str"); push(@tmp, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$str");
push(@tmp, "GPRINT:wms" . $e . "_a$n" . ":LAST: Current\\:%5.1lf\\n"); push(@tmp, "GPRINT:wms" . $e . "_a$n" . ":LAST: Current\\:%6.2lf\\n");
push(@tmpz, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$w"); push(@tmpz, "LINE2:wms" . $e . "_a$n" . $LC[$n] . ":$w");
$n++; $n++;
} }