Monica视频监控处理程序
xc
2021-04-29 416daf0fa191376828fe22dd612916e7e7a5023a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
 
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>Jessibuca【回放】</title>
    <meta charset="utf-8"/>
    <link rel="stylesheet" href="../css/progressTime.css">
    <link rel="stylesheet" href="../css/history/historyStyle.css">
    <link type="text/css" rel="stylesheet" href="../css/skin/jedate.css">
    <link type="text/css" rel="stylesheet" href="../css/jeLocalDate.css">
 
</head>
 
<body>
 
<!--jessiebuca播放器 录像 -->
<div id="jessibucaContainerHistory">
</div>
 
 
<script src="../js/jquery.min.js"></script>
<script src="../js/ajax.js"></script>
<script src="../js/renderer.js"></script>
<script src="../js/jedate.min.js"></script>
<script src="../js/jquery.progressTime.js"></script>
<script src="../js/history/historyComponent.js"></script>
 
 
<script>
    let historyComponent = new HistoryComponent({
        elem: "jessibucaContainerHistory",
        cameraId: "ff80808178af424e0178af44e677000343616d657261",
        rtspUrl: "rtsp://admin:12345...@192.168.1.201:554/Streaming/Channels/301",
    });
 
    //关闭流
    //historyComponent.close();
</script>
 
</body>
 
</html>