From 76100958c8f5e18b388022f03f79a8921c70bebd Mon Sep 17 00:00:00 2001 From: VitalyVaryvdin Date: Sat, 28 Oct 2023 14:31:41 +0300 Subject: [PATCH] update default config values --- rtsp-simple-server.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtsp-simple-server.yml b/rtsp-simple-server.yml index 894ba744c16..75ec5dd6c15 100644 --- a/rtsp-simple-server.yml +++ b/rtsp-simple-server.yml @@ -35,7 +35,7 @@ readBufferCount: 512 externalAuthenticationURL: # Enable the HTTP API. -api: no +api: yes # Address of the API listener. apiAddress: 127.0.0.1:9997 @@ -100,7 +100,7 @@ authMethods: [basic, digest] # RTMP parameters # Disable support for the RTMP protocol. -rtmpDisable: no +rtmpDisable: yes # Address of the RTMP listener. This is needed only when encryption is "no" or "optional". rtmpAddress: :1935 # Encrypt connections with TLS (RTMPS). @@ -120,7 +120,7 @@ rtmpServerCert: server.crt # HLS parameters # Disable support for the HLS protocol. -hlsDisable: no +hlsDisable: yes # Address of the HLS listener. hlsAddress: :8888 # Enable TLS/HTTPS on the HLS server.