Initial Working Copy
This commit is contained in:
commit
0731843a82
357 changed files with 120880 additions and 0 deletions
29
html/cams/cam-1.html
Normal file
29
html/cams/cam-1.html
Normal 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" -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue