76 lines
2.0 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Genesis Radio - Direct Stream Links</title>
<style>
body {
font-family: system-ui, sans-serif;
background-color: #111;
color: #f5f5f5;
max-width: 800px;
margin: auto;
padding: 2rem;
line-height: 1.6;
}
h1, h2 {
color: #90e0ef;
}
a {
color: #00d4ff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
code {
background-color: #222;
padding: 2px 6px;
border-radius: 4px;
color: #00f2ff;
display: block;
margin-bottom: 0.5rem;
}
footer {
margin-top: 3rem;
font-size: 0.9em;
color: #aaa;
}
</style>
</head>
<body>
<center><h1>Genesis Radio Help Center</h1></center>
<center><h1>🔗 Direct Stream Links</h1></center>
<p>If youre having trouble with the web player, you can use these direct stream URLs in any compatible audio app or browser. No frills — just the music.</p>
<h2>🎧 Main Streams</h2>
<p>Use these in VLC, Winamp, myTuner, XiiaLive, or your browsers address bar:</p>
<code>http://stream.genesis-radio.net:7454/stream</code>
<h2>🧪 Compatibility</h2>
<ul>
<li>Browsers like Firefox and Chrome can play this directly.</li>
<li>iOS and Android may prompt for a media app — thats expected.</li>
</ul>
<h2>📥 How to Use</h2>
<ul>
<li><strong>VLC:</strong> Media → Open Network Stream → Paste the URL</li>
<li><strong>Winamp/Foobar:</strong> File → Open URL</li>
<li><strong>Mobile:</strong> Use the URL in VLC or XiiaLive</li>
</ul>
<h2>🌐 Alternate Access</h2>
<p>If these links fail, you might be affected by <a href="firewall.html">network restrictions</a> or <a href="vpn.html">VPN routing</a>.</p>
<footer>
Genesis Radio Help Last updated May 2025<br>
<a href="index.html">← Back to Help Index</a>
</footer>
</body>
</html>