import { Result, List, Card } from "antd"; import OwncastLogo from "./components/logo" export default function Offline() { const data = [ { title: "Send some test content", content: (
With any video you have around you can pass it to the test script and start streaming it.
./test/ocTestStream.sh yourVideo.mp4
), }, { title: "Use your broadcasting software", content: (
Learn how to point your existing software to your new server and start streaming your content.
) }, { title: "Something else", }, ]; return (
} title="No stream is active." subTitle="You should start one." /> ( {item.content} )} />
); }