Monica视频监控处理程序
add
xc
2021-08-16 209c26e699ba9b5f12855772b59618ce1a423da9
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
<!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/font-awesome.min.css">
    <link rel="stylesheet" href="../css/controles.css">
    <link rel="stylesheet" href="../css/live/liveStyle.css">
 
 
</head>
 
<body>
 
<!-- jessiebuca播放器 -->
<div id="jessibucaContainer">
</div>
 
<script src="../js/jquery.min.js"></script>
<script src="../js/ajax.js"></script>
<script src="../js/renderer.js"></script>
<script src="../js/live/liveComponent.js"></script>
 
 
<script>
    let liveComponent = new LiveComponent({
        elem: "jessibucaContainer",
        cameraId: "",
        rtspUrl: "rtsp://admin:abcd1234@192.168.12.211:554/Streaming/Channels/202",
    });
    //关闭流
    //liveComponent.close();
</script>
 
</body>
 
</html>