This commit is contained in:
2021-05-09 18:43:28 +02:00
parent 67a7b82efe
commit 870e655038
2 changed files with 37 additions and 2 deletions

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.12.1/video-js.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.12.1/video.min.js"></script>
</head>
<body>
<video class="video-js" data-setup='{}' controls>
<source src="{{ stream }}" type="application/vnd.apple.mpegurl" />
</video>
</body>
</html>