Many improvement
This commit is contained in:
@@ -33,17 +33,14 @@
|
||||
|
||||
<?php include "../common/header.html"; ?>
|
||||
|
||||
<center>
|
||||
<div class="cont">
|
||||
|
||||
<h1>Direktesending fra fuglekassa</h1>
|
||||
<h1 class="center-txt">Direktesending fra fuglekassa</h1>
|
||||
<video id="live_stream" class="video-js responsive main-vid vjs-theme-forest" controls autoplay="true" preload="auto"
|
||||
data-setup='{"controls": true, "autoplay": true, "responsive": true, "fluid": true}'>
|
||||
<source src="https://trygve.me:8080/hls/stream.m3u8" type="application/x-mpegURL">
|
||||
</video>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
<script src="./video-js/video.js"></script>
|
||||
<script>
|
||||
var player = videojs('live_stream');
|
||||
|
||||
Reference in New Issue
Block a user