From e29b6f8f5574be342971a0ba8286c387e5533bad Mon Sep 17 00:00:00 2001 From: codey Date: Wed, 30 Jul 2025 07:45:54 -0400 Subject: [PATCH] bypass cloudflare + nginx reverse proxy for Icecast; unnecessary headaches --- src/components/AudioPlayer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AudioPlayer.jsx b/src/components/AudioPlayer.jsx index 493723b..6e1d2f3 100644 --- a/src/components/AudioPlayer.jsx +++ b/src/components/AudioPlayer.jsx @@ -59,7 +59,7 @@ export function Player() { console.log(`Replaced streamPath: ${streamPath}`); } const streamUrl = - "https://stream.codey.lol" + + "http://stream.codey.lol:9992" + streamPath + `?t=${Date.now()}`;