From 12933056867b8c1e803be3d01e148c2d1f23389d Mon Sep 17 00:00:00 2001
From: sfriedmann <stefan.friedmann@informatik.hs-fulda.de>
Date: Mon, 25 May 2020 11:09:11 +0200
Subject: [PATCH] added index.html

nginx+ basic website for rtmp streaming with dash
---
 usr/share/nginx/html/play/index.html | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 usr/share/nginx/html/play/index.html

diff --git a/usr/share/nginx/html/play/index.html b/usr/share/nginx/html/play/index.html
new file mode 100644
index 0000000..d0e4cad
--- /dev/null
+++ b/usr/share/nginx/html/play/index.html
@@ -0,0 +1,8 @@
+<script src="http://cdn.dashjs.org/latest/dash.all.min.js"></script>
+
+<body>
+          <video data-dashjs-player
+                 width="640" height="480" controls autoplay
+                               src="http://192.168.72.132/dash/sintel_dash/index.mpd">
+                    </video>
+</body>
\ No newline at end of file
-- 
GitLab