diff --git a/usr/share/nginx/html/play/index.html b/usr/share/nginx/html/play/index.html new file mode 100644 index 0000000000000000000000000000000000000000..d0e4cad2ab7fd0581f57a3b0dee3b8d58c25c009 --- /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