z
This commit is contained in:
		@@ -1,13 +1,26 @@
 | 
				
			|||||||
<!DOCTYPE html>
 | 
					<!DOCTYPE html>
 | 
				
			||||||
<html>
 | 
					<html>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<head>
 | 
					<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>
 | 
					  <title>HLS Player Test</title>
 | 
				
			||||||
  <script src="https://cdn.jsdelivr.net/npm/hls.js@latest"></script>
 | 
					  <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>
 | 
					</head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
  <h1>Live Stream</h1>
 | 
					  <h1>Live Stream</h1>
 | 
				
			||||||
 | 
					  <div style="display: flex; justify-content: center;">
 | 
				
			||||||
    <video id="video" width="80%" controls></video>
 | 
					    <video id="video" width="80%" controls></video>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
  <script>
 | 
					  <script>
 | 
				
			||||||
    var video = document.getElementById('video');
 | 
					    var video = document.getElementById('video');
 | 
				
			||||||
    // ** CHANGE THIS URL TO YOUR STREAM URL **
 | 
					    // ** CHANGE THIS URL TO YOUR STREAM URL **
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user