Try to stream the file in handler.
This commit is contained in:
@@ -9,4 +9,12 @@
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
<div>
|
||||
@if (firstVideo(); as firstVideo) {
|
||||
<video controls>
|
||||
<source src="/api/videos/{{firstVideo.id}}/stream" type="video/mp4">
|
||||
Your browser does not support the html video player.
|
||||
</video>
|
||||
}
|
||||
</div>
|
||||
<router-outlet />
|
||||
|
||||
Reference in New Issue
Block a user