move the mtx_segment on recordsegmentcomplete

This commit is contained in:
deflax 2024-01-03 02:44:43 +00:00
parent fe16a8c556
commit 75138e460c

View file

@ -299,7 +299,7 @@ pathDefaults:
# Path of recording segments. # Path of recording segments.
# Extension is added automatically. # Extension is added automatically.
# Available variables are %path (path name), %Y %m %d %H %M %S %f %s (time in strftime format) # Available variables are %path (path name), %Y %m %d %H %M %S %f %s (time in strftime format)
recordPath: ./records/%path/%Y-%m-%d_%H-%M-%S-%f recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f
# Format of recorded segments. # Format of recorded segments.
# Available formats are "fmp4" (fragmented MP4) and "mpegts" (MPEG-TS). # Available formats are "fmp4" (fragmented MP4) and "mpegts" (MPEG-TS).
recordFormat: fmp4 recordFormat: fmp4
@ -556,8 +556,8 @@ paths:
live: live:
record: yes record: yes
recordDeleteAfter: 0s recordDeleteAfter: 0s
recordPath: ./records/%path/%Y-%m-%d_%H-%M-%S-%f recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f
runOnRecordSegmentComplete: echo $MTX_SEGMENT_PATH runOnRecordSegmentComplete: mv $MTX_SEGMENT_PATH ./recordings/vod
# Settings under path "all_others" are applied to all paths that # Settings under path "all_others" are applied to all paths that
# do not match another entry. # do not match another entry.