Add player poster

This commit is contained in:
Gabe Kangas
2022-05-10 15:36:09 -07:00
parent 9bb37679c0
commit ff6886575f
14 changed files with 234 additions and 111 deletions

View File

@@ -60,7 +60,7 @@ export default function ContentComponent() {
return (
<Content className={`${s.root}`} data-columns={chatOpen ? 2 : 1}>
<div className={`${s.leftCol}`}>
<OwncastPlayer source="https://watch.owncast.online" />
<OwncastPlayer source="/hls/stream.m3u8" online={online} />
<Statusbar
online={online}
lastConnectTime={lastConnectTime}