Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Changed default mediamtx port back to 8554, remove extra comments
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Sep 11, 2024
1 parent 71ba572 commit 34f8249
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions compose/mediamtx/mediamtx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protocols: [udp, multicast, tcp]
# Available values are "no", "strict", "optional".
encryption: "no"
# Address of the TCP/RTSP listener. This is needed only when encryption is "no" or "optional".
rtspAddress: :9554
rtspAddress: :8554
# Address of the TCP/TLS/RTSPS listener. This is needed only when encryption is "strict" or "optional".
#rtspsAddress: :8322
# Address of the UDP/RTP listener. This is needed only when "udp" is in protocols.
Expand Down Expand Up @@ -414,13 +414,8 @@ paths:
bluerov:
source: rtsp://172.31.12.153:8554/video_stream__dev_video2
sourceOnDemand: no
# If sourceOnDemand is "yes", readers will be put on hold until the source is
# ready or until this amount of time has passed.
sourceOnDemandStartTimeout: 10s
# If sourceOnDemand is "yes", the source will be closed when there are no
# readers connected and this amount of time has passed.
sourceOnDemandCloseAfter: 10s
# Maximum number of readers. Zero means no limit.
maxReaders: 0

# Settings under path "all_others" are applied to all paths that
Expand Down

0 comments on commit 34f8249

Please sign in to comment.