diff --git a/config.example.json b/config.example.json index d7fa04f..3e3a9bf 100644 --- a/config.example.json +++ b/config.example.json @@ -15,5 +15,12 @@ "debug": false, "_comment_listener_url": "Public URL of the listener page. Shown in DJ panel as the shareable stream link. Leave empty to auto-detect.", - "listener_url": "" + "listener_url": "", + + "_comment_mediamtx": "MediaMTX / SRT integration. mediamtx_webhook_secret is the shared secret sent in the X-MediaMTX-Webhook-Secret header by webhook callers (leave blank to disable auth). mediamtx_rtsp_url is the RTSP URL MediaMTX exposes for the incoming SRT path.", + "mediamtx_webhook_secret": "", + "mediamtx_rtsp_url": "rtsp://127.0.0.1:8554/live", + "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.", + "srt_allowed_ips": [] } diff --git a/listener.html b/listener.html index b5a17b1..691cff0 100644 --- a/listener.html +++ b/listener.html @@ -13,9 +13,9 @@