16 lines
406 B
HTML
16 lines
406 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Stream player</title>
|
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
|
<link rel="stylesheet" href="main.css">
|
|
</head>
|
|
<body>
|
|
<video class="video-js vjs-fill vjs-big-play-centered" autoplay controls data-setup='{}'>
|
|
<source src="hls/stream.m3u8" type="application/x-mpegURL" />
|
|
</video>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|