add djinfo page

This commit is contained in:
Ben Harris 2020-06-22 10:24:04 -04:00
parent 28cb91b102
commit cf9cc6adb8
1 changed files with 35 additions and 0 deletions

35
djinfo.html Normal file
View File

@ -0,0 +1,35 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<title>tilderadio dj info</title>
</head>
<body>
<div class="container">
<h1>how to stream</h1>
<dl>
<dt>Server:</dt>
<dd>radio.tildeverse.org</dd>
<dt>Port:</dt>
<dd>8005</dd>
<dt>Mount Name:</dt>
<dd>/</dd>
</dl>
<p>Setup info for most streaming clients is available on the
<a href="https://www.azuracast.com/station-management/djs/streaming_software.html">
azuracast wiki</a></p>
<p>the test stream is available on port 8015 and you can listen to it
<a href="https://radio.tildeverse.org/public/tilderadio_-_test">here</a></p>
</div>
</body>
</html>