diff --git a/squashkiwi-streaming/config/overlay/overlay_service.py b/squashkiwi-streaming/config/overlay/overlay_service.py index cd25c39..919dff0 100644 --- a/squashkiwi-streaming/config/overlay/overlay_service.py +++ b/squashkiwi-streaming/config/overlay/overlay_service.py @@ -84,7 +84,7 @@ class ScoreOverlayService: try: timeout = aiohttp.ClientTimeout(total=2) async with aiohttp.ClientSession(timeout=timeout) as session: - url = f"{self.mediamtx_api}/v2/paths/list" + url = f"{self.mediamtx_api}/v3/paths/list" async with session.get(url) as resp: if resp.status == 200: data = await resp.json()