mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
File streaming
This commit is contained in:
parent
273b4c321b
commit
b8316bb989
3 changed files with 50 additions and 43 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue