-
Notifications
You must be signed in to change notification settings - Fork 1
/
video2.html
50 lines (46 loc) · 1.11 KB
/
video2.html
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
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name=viewport
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,minimal-ui">
<meta name="referrer" content="no-referrer">
<title>放心去飞MV</title>
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
margin: auto;
overflow: hidden;
}
</style>
</head>
<body>
<div id="mse"></div>
<script src="//unpkg.byted-static.com/xgplayer/2.31.6/browser/index.js" charset="utf-8"></script>
<script>
let player = new Player({
"id": "mse",
"url": "https://file.kjchmc.cn/d/忠德学校资料/放心去飞MV原唱.mp4",
"playsinline": true,
"whitelist": [
""
],
"poster": "https://file.kjchmc.cn/d/忠德学校资料/学校照片/poster3.png",
"fluid": true,
"x5-video-player-type": "h5",
"keyShortcut": "on",
"closeVideoClick": false,
"playbackRate": [
0.5,
1,
1.5,
2
],
"screenShot": true,
"download": true
});
</script>
</body>
</html>