Remove hardcoded urls

This commit is contained in:
Gabe Kangas
2020-06-14 22:26:31 -07:00
parent 5d8bb53e4b
commit d9ce2c0575
2 changed files with 3 additions and 5 deletions

View File

@@ -59,10 +59,10 @@
autoplay
playsinline
muted
poster="https://goth.land/thumbnail.png"
poster="/thumbnail.png"
data-setup='{}'
>
<source src="https://goth.land/hls/stream.m3u8" type="application/x-mpegURL"/>
<source src="hls/stream.m3u8" type="application/x-mpegURL"/>
</video>
</div>