Polish up the initial loading experience

This commit is contained in:
Gabe Kangas
2022-09-10 18:08:51 -07:00
parent 5b29abd42d
commit 8d02f4068d
4 changed files with 90 additions and 76 deletions

View File

@@ -26,7 +26,7 @@ export default function VideoEmbed() {
<ClientConfigStore />
<div className="video-embed">
{online && <OwncastPlayer source="/hls/stream.m3u8" online={online} />}
{!online && <OfflineBanner name={name} text="Stream is offline text goes here." />}{' '}
{!online && <OfflineBanner title={name} text="Stream is offline text goes here." />}{' '}
<Statusbar
online={online}
lastConnectTime={lastConnectTime}