This commit is contained in:
2024-08-09 16:53:17 +02:00
parent 96b93488c7
commit 8c6e80d832
+1 -1
View File
@@ -11,7 +11,7 @@ from waitress import serve
HOST_ADDRESS = "192.168.1.191"
PORT_ADDRESS = 5000
ICECAST_ADDRESS = "192.168.1.12:666"
ICECAST_ADDRESS = "https://192.168.1.12:666"
OUT_COMM_Q = Queue()
IN_COMM_Q = Queue()
SRCHTITLE = re.compile(br'StreamTitle=\\*(?P<title>[^;]*);').search