rename video to player to match css

This commit is contained in:
deflax 2021-10-12 19:46:27 +00:00
parent a229b7b46b
commit dece0922a6

View file

@ -15,11 +15,11 @@
<div id="videocontainer"> <div id="videocontainer">
<h1>{{ stream }}</h1> <h1>{{ stream }}</h1>
<video id="video" controls> <video height="1080" id="player" controls>
</video> </video>
</div> </div>
<script> <script>
var video = document.getElementById('video'); var video = document.getElementById('player');
if (Hls.isSupported()) { if (Hls.isSupported()) {
var hls = new Hls({ var hls = new Hls({
debug: true, debug: true,