Added the live stream with hardcoded values

This commit is contained in:
Kyle Johnson 2013-05-06 19:38:22 -04:00
parent 49a01a9c28
commit 82c14790c5
1 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,2 @@
<h2>View Monitors</h2>
<?php echo $monitor['Monitor']['Host']; ?>
<?php echo $monitor['Monitor']['Function']; ?>
<h2><?php echo $monitor['Monitor']['Name']; ?> Live Stream</h2>
<img id="liveStream" alt="Live Stream of <?php echo $monitor['Monitor']['Name']; ?>" src="/cgi-bin/nph-zms?mode=jpeg&monitor=<?php echo $monitor['Monitor']['Id']; ?>&scale=100&maxfps=5&buffer=1000">