-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathptv.html
109 lines (106 loc) · 3.76 KB
/
ptv.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="" rel="icon" type="image/x-icon" />
<title>Fancod Live</title>
<style>
.video-js {
width: 100%;
height: 100%;
}
body {
text-align: center;
margin: 0;
}
#videojs {
width: 100%;
height: 100%;
}
.streaming-dimensions {
width: 100% !important;
height: 100% !important;
}
#container {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #8a0000;
color: #fff;
overflow: hidden;
}
#iframe, #jwPlayer {
height: 100vh !important;
padding: 0;
margin: 0;
}
body {
height: 100vh;
margin: 0;
padding: 0;
}
#container {
position: absolute;
text-align: center;
}
video {
outline: 0;
}
#text {
position: fixed;
border: 0;
left: 0;
width: 100%;
color: #fff;
bottom: 50px;
text-align: center;
font-family: tahoma;
font-size: 20px;
z-index: 9999;
}
</style>
<script src="https://yosintv3.github.io/player/SAHhwvZq.js"></script>
<script src="https://yosintv3.github.io/player/jwplayer.js"></script>
</head>
<script type='text/javascript' src='//eltontry.com/09/f1/e9/09f1e956c711aea6a898d5abbb78d092.js'></script>
<body onload="init()">
<div id="jwPlayer"></div>
<script>
// Hardcoded M3U8 URL
const hardcodedUrl = "https://cx53.xyz/UR_PTV_SPORTS/index.m3u8?token=8335126003e515986f447dcde9b91455";
// Setup JW Player with autoplay
jwplayer("jwPlayer").setup({
file: hardcodedUrl,
width: "100%",
height: "100%",
stretching: "uniform",
autostart: true, // Enable autoplay
});
</script>
<!-- Histats.com START (async) -->
<script type="text/javascript">
var _Hasync = _Hasync || [];
_Hasync.push(['Histats.start', '1,4923601,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function () {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();
</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4923601&101" alt="free counter" border="0"></a></noscript>
<!-- Histats.com END -->
<div style="position:fixed;top:0;left:0;width:100%;height:1px;overflow:hidden;visibility:hidden;z-index:9999;">
<script type="text/javascript" src="//widget.supercounters.com/ssl/online_i.js"></script>
<script type="text/javascript">sc_online_i(1707252, "ffffff", "ffffff");</script>
<noscript><a href="https://www.supercounters.com/" style="visibility:hidden;">free online counter</a></noscript>
</div>
</body>
<script disable-devtool-auto src='https://cdn.jsdelivr.net/npm/disable-devtool@latest'></script>
<script disable-devtool-auto src='https://cdn.jsdelivr.net/npm/disable-devtool@latest'></script>
<script disable-devtool-auto src='https://cdn.jsdelivr.net/npm/disable-devtool@latest'></script>
<script disable-devtool-auto src='https://cdn.jsdelivr.net/npm/disable-devtool@latest'></script>
</html>