11 lines
231 B
HTML
11 lines
231 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Test</title>
|
|
</head>
|
|
<body>
|
|
<video id=vid1 autoplay muted></video>
|
|
</body>
|
|
<script src="/static/hls-player.js"></script>
|
|
<script>var stream = new VideoLoader('vid1');</script>
|
|
</html>
|