<!DOCTYPE html>
<head>
<title>LAN Broadcaster</title>
<script type="text/javascript" src="jwplayer/jwplayer.js" ></script>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
</head>
<body>
<table>
<tbody>
<tr>
<td>
<div id="my-video"></div>
<script type="text/javascript">
jwplayer("my-video").setup({
file: "rtmp://***.***.***.***:1935/live/flv:test",
height: 540,
autostart: true,
image: "/Images/offline.jpg",
width: 960,
controls: true,
mute: true,
stretching: "exactfit",
});
</script>
</td>
<td>
<div id="my-video1"></div>
<script type="text/javascript">
jwplayer("my-video1").setup({
file: "rtmp://***.***.***.***:1935/live/flv:test1",
height: 540,
autostart: true,
image: "/Images/offline.jpg",
width: 960,
controls: true,
mute: true,
stretching: "exactfit",
});
</script>
</td>
</tr>
<tr>
<td>
<div id="my-video2"></div>
<script type="text/javascript">
jwplayer("my-video2").setup({
file: "rtmp://***.***.***.***:1935/live/flv:test2",
height: 540,
autostart: true,
image: "/Images/offline.jpg",
width: 960,
controls: true,
mute: true,
stretching: "exactfit",
});
</script>
</td>
<td>
<div id="my-video3"></div>
<script type="text/javascript">
jwplayer("my-video3").setup({
file: "rtmp://***.***.***.***:1935/live/flv:test3",
height: 540,
autostart: true,
image: "/Images/offline.jpg",
width: 960,
controls: true,
mute: true,
stretching: "exactfit",
});
</script>
</td>
</tr>
<tr>
<td>
<object data=http://***.***.***.***:8185/stat width="900" height="400"> <embed src=http://***.***.***.***:8185/stat width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object>
</td>
</tr>
</tbody>
</table>
</body>
</html>