From e88d649f5511389870273ca7d502d792c87cc16c Mon Sep 17 00:00:00 2001 From: ComputerTech Date: Sat, 4 Apr 2026 14:14:27 +0100 Subject: [PATCH] fix: correct RTSP URL path from /live to /aussie_dj --- config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index 544173f..7f119a9 100644 --- a/config.example.json +++ b/config.example.json @@ -21,7 +21,7 @@ "mediamtx_webhook_secret": "", "_comment_mediamtx_srt_port": "SRT ingest port MediaMTX listens on. Flask does not bind this port — set it in mediamtx.yml. Stored here for reference.", "mediamtx_srt_port": 8890, - "mediamtx_rtsp_url": "rtsp://127.0.0.1:8554/live", + "mediamtx_rtsp_url": "rtsp://127.0.0.1:8554/aussie_dj", "mediamtx_hls_url": "http://techy.music:8888/aussie_dj/index.m3u8", "_comment_srt_allowed_ips": "List of DJ source IPs allowed to publish an SRT stream. Empty = allow all.", }