This repository has been archived on 2021-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
eltelive/tmpl/publish_index.html

45 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Publishing Streams</title>
<meta name="robots" content="noindex,nofollow" />
<style>
body {
width: 55em;
margin: 0 auto;
font-family: sans-serif;
}
img {
float: left;
margin: 2em;
}
h3 {
clear: both;
}
</style>
</head>
<body>
<img src="../logosmall.jpeg" alt="Logo Small" width="128" height="128"><br/>
<p><b>!!! Publisher's Section !!!</b><ul>
<li/><a href="rtmpstats">RTMP Statistics</a>
<li/><a href="token/gen_publish.cgi">Generate your publishing token</a>
</ul></p>
<h3>Checklist before Publishing Streams</h3>
<p>Before the lecture, do not forget to set<dl>
<dt/>Publishing Token
<dd/><a href="token/gen_publish.cgi">Generate the publishing token</a>
and set it in OBS! You have to do this every day once.
<dt/>Stream Key
<dd/><b>Set the Stream Key</b> for the live streaming event. DO NOT use the key of an other event!
<b>One key</b> is needed for <b>one chain of events</b> as all individual events will be saved by a timecode under videos folder.<br/>
<b>Tell your audience</b> about the correct Stream Key!
Everything for viewers on usage can be found at <a href="https://$DOMAINNAME">https://$DOMAINNAME</a>.
<dt/>Start Streaming
<dd/>Videos are recorded by this server and can later be reviewed. However, you can make your own recordings for safety reasons.
Keep in mind that live streams can be <b>delayed</b> by 20 seconds in a browser, 5 seconds in a dedicated player.
</dl></p>
<p><a href="..">Back to Viewer's Section</a></p>
</body>
</html>