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.