remove some files

This commit is contained in:
2026-05-15 16:51:01 +03:30
parent d756661b45
commit 49c38f3017
2 changed files with 0 additions and 102 deletions

View File

@@ -1,31 +0,0 @@
authMethod: http
authHTTPAddress: http://127.0.0.1:8001/internal/mediamtx/auth?secret=change-this-secret
authHTTPExclude:
- action: read
- action: playback
- action: api
- action: metrics
- action: pprof
rtmp: yes
rtmpAddress: :19935
hls: yes
hlsAddress: :19988
hlsVariant: mpegts
hlsAllowOrigins:
- http://127.0.0.1:8001
- http://localhost:8001
record: yes
recordPath: ./storage/app/private/recordings/%path/%Y-%m-%d_%H-%M-%S-%f
pathDefaults:
runOnReady: curl -X POST "http://127.0.0.1:8001/internal/mediamtx/ready?secret=change-this-secret" --data-urlencode "path=$MTX_PATH" --data-urlencode "source_type=$MTX_SOURCE_TYPE" --data-urlencode "source_id=$MTX_SOURCE_ID"
runOnReadyRestart: no
runOnNotReady: curl -X POST "http://127.0.0.1:8001/internal/mediamtx/not-ready?secret=change-this-secret" --data-urlencode "path=$MTX_PATH" --data-urlencode "source_type=$MTX_SOURCE_TYPE" --data-urlencode "source_id=$MTX_SOURCE_ID"
runOnRecordSegmentComplete: curl -X POST "http://127.0.0.1:8001/internal/mediamtx/recording-complete?secret=change-this-secret" --data-urlencode "path=$MTX_PATH" --data-urlencode "segment_path=$MTX_SEGMENT_PATH" --data-urlencode "duration=$MTX_SEGMENT_DURATION"
paths:
all_others:
source: publisher