stream-server/static/index.html

12 lines
231 B
HTML
Raw Normal View History

<!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>