summaryrefslogtreecommitdiff
path: root/templates/vid.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vid.html')
-rw-r--r--templates/vid.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/vid.html b/templates/vid.html
new file mode 100644
index 0000000..6383e2b
--- /dev/null
+++ b/templates/vid.html
@@ -0,0 +1,6 @@
+{{define "title"}}Index{{end}}
+{{define "content"}}
+ <video width="100%" height="100%" controls>
+ <source src="/stream?name={{.Name}}">
+ </video>
+{{end}}