Monica视频监控处理程序
xc
2021-04-26 18a18ff6eb6c621fc72e6a09e75c2c59a5c6581b
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
<!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/livepler.js"></script>
 
 
<script>
    let livepler =new Livepler({
        elem:"jessibucaContainer",
        ffurl:"../js/jessibuca/ff.js",
        code:"ff80808178af424e0178af44e677000343616d657261",
    });
 
    livepler.close();
</script>
 
</body>
 
</html>