-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsports18HD.html
45 lines (38 loc) · 1.14 KB
/
sports18HD.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sports 18 HD</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="//content.jwplatform.com/libraries/SAHhwvZq.js"></script>
<style>
body {
margin: 0px;
}
.jwplayer {
position: absolute !important;
}
.jwplayer.jw-flag-aspect-mode {
min-height: 100%;
max-height: 100%;
}
</style>
</head>
<body>
<div id="jwplayerDiv"></div>
<script type="text/javascript">
// Set JWPlayer key
// Setup JWPlayer
jwplayer("jwplayerDiv").setup({
sources: [
{ file: "https://prod-sports-north-gm.jiocinema.com/bpk-tv/Sports18_1_HD_voot_MOB/Fallback/index.m3u8" },
{ file: "https://prod-sports-south-gm.jiocinema.com/bpk-tv/Sports18_1_HD_voot_MOB/Fallback/index.m3u8" }
],
autostart: true,
stretching: "",
width: "100%",
});
</script>
</body>
</html>