Files

48 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://cdn.jsdelivr.net/npm/video.js@8.0.4/dist/video-js.min.css"
rel="stylesheet"
/>
<style>
body {
text-align: center;
}
</style>
</head>
<body>
<video
id="example-video"
class="video-js vjs-default-skin"
controls="controls"
preload="auto"
width="512"
height="512"
>
<source src="index.m3u8" type="application/vnd.apple.mpegurl" />
</video>
<script src="https://cdn.jsdelivr.net/npm/video.js@8.0.4/dist/video.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@videojs/http-streaming@3.1.0/dist/videojs-http-streaming.min.js"></script>
<script>
var player = videojs('example-video');
player.play();
</script>
<p>
Video stream of <a href="https://dn42.g-load.eu/" target="_blank">Kioubit</a>'s IPv6 Canvas (AS4242423914) at
<a href="http://us2.g-load.eu:9090/" target="_blank"
>http://us2.g-load.eu:9090/</a
>. Re-encoded with H.264 and streamed with HLS.
</p>
<p>
Service provided by
<a href="https://lantian.pub" target="_blank">Lan Tian (AS4242422547)</a>.
</p>
</body>
</html>