Add placeholder embed pages
This commit is contained in:
10
web/pages/embed/video/index.tsx
Normal file
10
web/pages/embed/video/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import OwncastPlayer from '../../../components/video/OwncastPlayer';
|
||||
|
||||
export default function VideoEmbed() {
|
||||
const online = false;
|
||||
return (
|
||||
<div className="video-embed">
|
||||
<OwncastPlayer source="/hls/stream.m3u8" online={online} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user