File streaming

This commit is contained in:
MrFry 2019-11-06 13:18:39 +01:00
parent 273b4c321b
commit b8316bb989
3 changed files with 50 additions and 43 deletions

View file

@ -21,7 +21,7 @@
<%= fname %>
</h2>
</center>
<video id="videoPlayer" controls muted="muted" autoplay>
<video id="videoPlayer" controls>
<source src="<%= url %><%= path %>?stream=true" type="video/mp4">
</video>
</body>