12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link type="text/css" rel="stylesheet" href="http://10.108.34.2:80/fire/res/videojs/css/video-js.css"/>
- <script type="text/javascript" src="http://10.108.34.2:80/fire/res/jquery/jquery-3.3.1.min.js"></script>
- <script type="text/javascript" src="http://10.108.34.2:80/fire/res/videojs/js/video.js"></script>
- <script type="text/javascript" src="http://10.108.34.2:80/fire/res/videojs/js/videojs-ie8.min.js"></script>
- <script type="text/javascript" src="http://10.108.34.2:80/fire/view/frontpage/scripts/myVideo.js"></script>
-
- <!-- <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script> -->
- <title>视频监控</title>
- </head>
- <body style="overflow:hidden;" onload="myload()">
- <video id="my-video" style="color:black;width:320px;height:240px" class="video-js" autoplay controls preload="auto" width="100%" height="100%" data-setup="{}">
- </video>
- <embed id="openFlash" width="300" height="70" class="openFlash" style="position:absolute;top:130px;left:225px;z-Index:9999;" type="application/x-shockwave-flash">
- <input type="hidden" id="basePath" name="basePath" value=">" />
- <input type="hidden" id="videoId" name="videoId" value=">" />
- </body>
- </html>
|