add html
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal 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>
|
Reference in New Issue
Block a user