87 lines
2.5 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 - Mobile Streaming Issues</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>
<center <h1>📱 Mobile Streaming Issues</h1></center>
<p>Listening on your phone or tablet and things arent working right? Heres how to troubleshoot streaming on iOS and Android devices.</p>
<h2>🔁 Common Mobile Issues</h2>
<ul>
<li>Stream stops when screen locks or app is minimized</li>
<li>Radio app buffers endlessly or crashes</li>
<li>Wi-Fi works but mobile data does not (or vice versa)</li>
<li>Stream wont reconnect after losing signal</li>
</ul>
<h2>✅ Fixes and Workarounds</h2>
<ul>
<li><strong>Use VLC, GetMeRadio, or myTuner Radio</strong> instead of browser-based players</li>
<li>In your phone settings, disable battery optimization for the radio app</li>
<li>Enable background streaming if available in app settings</li>
<li>Switch between Wi-Fi and mobile data to isolate the issue</li>
<li>Try the <a href="players.html">direct stream links</a> in VLC:</li>
<ul>
<li><code>http://stream.genesis-radio.net:7454/stream</code></li>
</ul>
</ul>
<h2>📶 Reconnection Tips</h2>
<p>If your stream drops:</p>
<ul>
<li>Reopen the app (some apps dont reconnect automatically)</li>
<li>Wait a few seconds before pressing Play again</li>
<li>If using browser, clear cache or use an incognito tab</li>
</ul>
<h2>🛠 Still Having Trouble?</h2>
<p>Try disabling VPN or switching DNS settings (see <a href="dns.html">DNS guide</a>). You can also test using another player like VLC or XiiaLive.</p>
<footer>
Genesis Radio Help Last updated May 2025<br>
<a href="index.html">← Back to Help Index</a>
</footer>
</body>
</html>