fix: correct RTSP URL path from /live to /aussie_dj
This commit is contained in:
parent
0e0be1069b
commit
e88d649f55
|
|
@ -21,7 +21,7 @@
|
||||||
"mediamtx_webhook_secret": "",
|
"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.",
|
"_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_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",
|
"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.",
|
"_comment_srt_allowed_ips": "List of DJ source IPs allowed to publish an SRT stream. Empty = allow all.",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue