Implemented HLS player (client-side), added scaffold for server-side HLS streamer
This commit is contained in:
13
web/video_player.html
Normal file
13
web/video_player.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<link href="https://vjs.zencdn.net/8.23.4/video-js.css" rel="stylesheet" />
|
||||
|
||||
<video
|
||||
id="video-player"
|
||||
class="video-js vjs-default-skin"
|
||||
controls
|
||||
width="600"
|
||||
height="300"
|
||||
preload="auto"
|
||||
></video>
|
||||
|
||||
<script src="https://vjs.zencdn.net/8.23.4/video.min.js"></script>
|
||||
<script type="module" src="/web/js/pages/video_player.js"></script>
|
||||
Reference in New Issue
Block a user