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">
<h1>{{ stream }}</h1>
<video id="video" controls>
<video height="1080" id="player" controls>
</video>
</div>
<script>
var video = document.getElementById('video');
var video = document.getElementById('player');
if (Hls.isSupported()) {
var hls = new Hls({
debug: true,