From 20f045e92a4b485c64969b9efb300c6c2c6011a7 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Fri, 9 Aug 2024 17:03:15 +0200 Subject: [PATCH] fx --- communication_subroutine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication_subroutine.py b/communication_subroutine.py index 31d7037..c59b7ca 100644 --- a/communication_subroutine.py +++ b/communication_subroutine.py @@ -11,7 +11,7 @@ from waitress import serve HOST_ADDRESS = "192.168.1.191" PORT_ADDRESS = 5000 -ICECAST_ADDRESS = "https://192.168.1.15:666" +ICECAST_ADDRESS = "http://192.168.1.15:666" OUT_COMM_Q = Queue() IN_COMM_Q = Queue() SRCHTITLE = re.compile(br'StreamTitle=\\*(?P[^;]*);').search