forked from hhun/m3u8-video-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 1.3 KB
/
index.html
File metadata and controls
23 lines (22 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>M3U8 Video Player</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="css/player.css" />
<body>
<div class="player"></div>
<script src="js/jquery.min.js"></script>
<script src="js/layer/layer.min.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/artplayer/5.2.5/artplayer.js" integrity="sha512-5xEATX8FUXwwIqHvvrrDQy+pEW/r5vl9JFy4shzhXE7pKPwJyI07FFhYQHzDDqJJGlH6+MR+X6gXUhCxhmnA0Q==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> -->
<script src="https://artplayer.org/compiled/artplayer.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/artplayer-plugin-control@2.0.0/dist/artplayer-plugin-control.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/hl
s.js/1.5.17/hls.min.js"></script>
<!-- <script src="js/artplayer/artplayer-plugin-hls-quality.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/artplayer-plugin-hls-control@1.0.1/dist/artplayer-plugin-hls-control.min.js"></script>
<script src="https://artplayer.org/uncompiled/artplayer-plugin-multiple-subtitles/index.js"></script>
<script src="js/player.js?v=1112"></script>
</body>
</html>