Initial Working Copy

This commit is contained in:
bkroberts 2020-02-28 19:15:20 +10:30
commit 0731843a82
357 changed files with 120880 additions and 0 deletions

29
html/cams/cam-1.html Normal file
View file

@ -0,0 +1,29 @@
<blockquote style="background-color: lightgrey; width:600px; border: solid thin grey;">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
</head>
<body>
<object
classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="https://downloads.videolan.org/pub/videolan/contrib/win32/axvlc.cab"
id="vlc"
name="vlc"
class="vlcPlayer"
events="True">
<param name="Src" value="rtsp://barrob:Wa11paper@10.0.0.141:554/cam/realmonitor?channel=1&subtype=1" /> <!-- ie -->
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="True" />
<param name="AutoPlay" value="True" />
<!-- win chrome and firefox-->
<embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" width="640" height="480" target="rtsp://admin:admin@98.189.113.44:554/cam/realmonitor?channel=1&subtype=0" ></embed>
</object>
</body>
</html>
</blockquote>
<!-- codebase="http://download.videolan.org/pub/videolan/vlc/last/win32/axvlc.cab" -->