85 lines
2.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Genesis Radio - Audio Player Compatibility</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 5px;
border-radius: 4px;
color: #00f2ff;
}
ul {
margin-left: 1.5rem;
}
footer {
margin-top: 3rem;
font-size: 0.9em;
color: #aaa;
}
</style>
</head>
<body>
<center><h1>Genesis Radio Help Center</h1></center>
<h1>🎧 Compatible Audio Players</h1>
<p>Not all media players handle streaming the same way. If the web player isnt working, you can use a standalone player that supports Icecast/MP3 streams.</p>
<h2>🖥 Recommended Desktop Players</h2>
<ul>
<li><strong>VLC Media Player</strong> (Windows, macOS, Linux)</li>
<li><strong>Winamp</strong> (Windows)</li>
<li><strong>Foobar2000</strong> (Windows)</li>
<li><strong>MPV</strong> (Linux/macOS, advanced users)</li>
</ul>
<h2>📱 Recommended Mobile Apps</h2>
<ul>
<li><strong>VLC for Mobile</strong> (iOS & Android)</li>
<li><strong>myTuner Radio</strong> (iOS & Android)</li>
<li><strong>Radio Garden</strong> (Android, iOS, web)</li>
<li><strong>XiiaLive</strong> (Android only, Icecast-compatible)</li>
</ul>
<h2>🔗 Direct Stream URLs</h2>
<p>Paste this into your preferred player:</p>
<ul>
<li><code>http://stream.genesis-radio.net:7454/stream</code></li>
</ul>
<h2>🧪 Tips</h2>
<ul>
<li>Make sure the app supports Icecast or SHOUTcast streams</li>
<li>Sometimes “Open Network Stream” or “Open URL” is the right option</li>
<li>If asked for a format, choose <strong>MP3</strong></li>
</ul>
<footer>
Genesis Radio Help Last updated May 2025<br>
<a href="index.html">← Back to Help Index</a>
</footer>
</body>
</html>