TV pagina voor studiostream

This commit is contained in:
2020-06-07 14:12:42 +02:00
parent ceaa248a75
commit e52c814c7b
3 changed files with 8 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
@else
<div width="50%" style="width:100%; position:relative;">
<video width="640" height="360" style="max-width:100%; height:100%;" preload="auto" autoplay controls="controls">
<source src="https://stream.nhgooi.nl:81/tv/6fmtv.m3u8" type="application/x-mpegURL" />
<source src="{{$stream}}" type="application/x-mpegURL" />
</video>
</div>
@endif