bypass cloudflare + nginx reverse proxy for Icecast; unnecessary headaches

This commit is contained in:
2025-07-30 07:45:54 -04:00
parent b5082315ab
commit e29b6f8f55

View File

@@ -59,7 +59,7 @@ export function Player() {
console.log(`Replaced streamPath: ${streamPath}`); console.log(`Replaced streamPath: ${streamPath}`);
} }
const streamUrl = const streamUrl =
"https://stream.codey.lol" + "http://stream.codey.lol:9992" +
streamPath + streamPath +
`?t=${Date.now()}`; `?t=${Date.now()}`;