thing-it-device-swann
Version:
[thing-it-node] Device Plugin for Swann © products.
45 lines (41 loc) • 1.39 kB
HTML
<!--
<video width="320" height="240" controls>
<source src="http://localhost:3001/devices/ti__a5e64820_7fc7_11e5_9b93_8b3f5d95391b__swann/streams/video"
type="video/mp4">
</video>
<video id="widget" width="100" height="100" style="width: 100px; height: 100px; position: absolute; left: 0px; top: 0px">
<source src="http://localhost:3001/devices/ti__a5e64820_7fc7_11e5_9b93_8b3f5d95391b__swann/streams/video"
type="video/mp4">
</video>
<video width="480" height="360" controls autoplay>
<source src="http://localhost:3001/devices/ti__a5e64820_7fc7_11e5_9b93_8b3f5d95391b__swann/streams/video" />
</video>
-->
<html>
<style type="text/css"><!--
img {
display: block
}
video {
display: block
}
--></style>
<body bgcolor=#7a7a7a>
<center>
<font face="calibri,arial,sans-serif">
<h1>Video Streaming Test</h1>
<font color=#FFFFFF size=+2><b>VIDEO</b></font><br>
<table width=0 cellpadding=0 cellspacing=0 border=4 bordercolor=#FFFFFF>
<tr>
<td>
<video width="480" height="360" controls autoplay>
<source src="http://localhost:3001/devices/ti__a5e64820_7fc7_11e5_9b93_8b3f5d95391b__swann/streams/video"/>
</video>
</td>
</tr>
</table>
</font>
</center>
</body>
</html>