rename video to player to match css
This commit is contained in:
parent
a229b7b46b
commit
dece0922a6
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue