This commit is contained in:
sxlxc
2025-07-19 18:12:38 +08:00
parent 72c6842238
commit fb9eaefc84

View File

@@ -1,13 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap" rel="stylesheet">
<title>HLS Player Test</title>
<script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
<style>
body {
font-family: "Fira Sans", sans-serif;
font-weight: 400;
font-style: normal;
}
</style>
</head>
<body>
<h1>Live Stream</h1>
<div style="display: flex; justify-content: center;">
<video id="video" width="80%" controls></video>
</div>
<script>
var video = document.getElementById('video');
// ** CHANGE THIS URL TO YOUR STREAM URL **