From 1dea8b6ea535e1e810a3f5b6e31fdb98f3467298 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Mon, 21 Jun 2021 17:28:00 +0200 Subject: [PATCH] fix configuration comments --- 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 3384d550..821f48e5 100644 --- a/rtsp-simple-server.yml +++ b/rtsp-simple-server.yml @@ -58,11 +58,11 @@ rtspsAddress: :8555 rtpAddress: :8000 # address of the UDP/RTCP listener. This is needed only when "udp" is in protocols. rtcpAddress: :8001 -# IP range of all UDP-multicast listeners. This is needed only when "udp" is in protocols. +# IP range of all UDP-multicast listeners. This is needed only when "multicast" is in protocols. multicastIPRange: 224.1.0.0/16 -# port of all UDP-multicast/RTP listeners. This is needed only when "udp" is in protocols. +# port of all UDP-multicast/RTP listeners. This is needed only when "multicast" is in protocols. multicastRTPPort: 8002 -# port of all UDP-multicast/RTCP listeners. This is needed only when "udp" is in protocols. +# port of all UDP-multicast/RTCP listeners. This is needed only when "multicast" is in protocols. multicastRTCPPort: 8003 # path to the server key. This is needed only when encryption is "strict" or "optional". # this can be generated with: