This commit is contained in:
2023-01-20 23:40:33 +00:00
parent b251e59025
commit 216c0da73a
4 changed files with 44 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
<body>
<h1>HLS Player</h1>
<video id="player" class="video-js vjs-default-skin" width="720" controls preload="auto">
<source src="/hls/test.m3u8" type="application/x-mpegURL" />
<source src="http://fra1.edge.lol:31961/hls/portainer.m3u8" type="application/x-mpegURL" />
</video>
<script>
var player = videojs('#player');