Skip to content

Commit

Permalink
update default config values
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyVaryvdin committed Oct 28, 2023
1 parent 6003f3b commit 7610095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rtsp-simple-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
Expand All @@ -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.
Expand Down

0 comments on commit 7610095

Please sign in to comment.