|
|
|
@ -15,6 +15,10 @@
@@ -15,6 +15,10 @@
|
|
|
|
|
<script src="vendor/autolink.js"></script> |
|
|
|
|
<link href="./styles/layout.css" rel="stylesheet" /> |
|
|
|
|
|
|
|
|
|
<link |
|
|
|
|
href="https://unpkg.com/@videojs/themes@1/dist/sea/index.css" |
|
|
|
|
rel="stylesheet" |
|
|
|
|
/> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
@ -53,11 +57,12 @@
@@ -53,11 +57,12 @@
|
|
|
|
|
|
|
|
|
|
<div id="video-container" class="flex shadow-md owncast-video-container"> |
|
|
|
|
<video |
|
|
|
|
class="video-js" |
|
|
|
|
class="video-js vjs-theme-sea" |
|
|
|
|
id="video" |
|
|
|
|
preload="auto" |
|
|
|
|
controls |
|
|
|
|
autoplay |
|
|
|
|
playsinline |
|
|
|
|
muted |
|
|
|
|
poster="https://goth.land/thumbnail.png" |
|
|
|
|
data-setup='{}' |
|
|
|
|