From a6df2ae6ea8f19671dad440e3e81e1cac92bf5b4 Mon Sep 17 00:00:00 2001 From: VitalyVaryvdin Date: Fri, 3 Nov 2023 09:49:15 +0300 Subject: [PATCH] updating default api listener address --- rtsp-simple-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtsp-simple-server.yml b/rtsp-simple-server.yml index 75ec5dd6c15..f52be18320e 100644 --- a/rtsp-simple-server.yml +++ b/rtsp-simple-server.yml @@ -37,7 +37,7 @@ externalAuthenticationURL: # Enable the HTTP API. api: yes # Address of the API listener. -apiAddress: 127.0.0.1:9997 +apiAddress: 0.0.0.0:9997 # Enable Prometheus-compatible metrics. metrics: no