mirror of
https://github.com/bluenviron/mediamtx
synced 2025-03-03 19:07:50 +00:00
fix configuration comments
This commit is contained in:
parent
a8a0944c09
commit
1dea8b6ea5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user