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