|
|
|
@ -43,27 +43,27 @@ export default function Offline({ logs = [], config }) { |
|
|
|
Learn how to point your existing software to your new server and start streaming your |
|
|
|
Learn how to point your existing software to your new server and start streaming your |
|
|
|
content. |
|
|
|
content. |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<Row align="middle"> |
|
|
|
<Row align="middle"> |
|
|
|
<Col flex="none"> |
|
|
|
<Col flex="none"> |
|
|
|
<Text>Streaming URL:</Text> |
|
|
|
<Text>Streaming URL:</Text> |
|
|
|
</Col> |
|
|
|
</Col> |
|
|
|
<Col flex="auto"> |
|
|
|
<Col flex="auto"> |
|
|
|
<Paragraph className="stream-info-box" copyable> |
|
|
|
<Paragraph className="stream-info-box" copyable> |
|
|
|
{generateStreamURL(instanceUrl)} |
|
|
|
{generateStreamURL(instanceUrl)} |
|
|
|
</Paragraph> |
|
|
|
</Paragraph> |
|
|
|
</Col> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
</Row> |
|
|
|
|
|
|
|
|
|
|
|
<Row align="middle"> |
|
|
|
<Row align="middle"> |
|
|
|
<Col flex="none"> |
|
|
|
<Col flex="none"> |
|
|
|
<Text>Stream Key:</Text> |
|
|
|
<Text>Stream Key:</Text> |
|
|
|
</Col> |
|
|
|
</Col> |
|
|
|
<Col flex="auto"> |
|
|
|
<Col flex="auto"> |
|
|
|
<Paragraph className="stream-info-box" copyable={{ text: streamKey }}> |
|
|
|
<Paragraph className="stream-info-box" copyable={{ text: streamKey }}> |
|
|
|
********************* |
|
|
|
********************* |
|
|
|
</Paragraph> |
|
|
|
</Paragraph> |
|
|
|
</Col> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
</Row> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
), |
|
|
|
), |
|
|
|
}, |
|
|
|
}, |
|
|
|
|