Skip to content

Commit 65c57ce

Browse files
committed
chore(mediamtx): shorten saved video file names
picoseconds are not needed lol
1 parent 3ed108d commit 65c57ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clusters/apps/env/production/media/mediamtx/app/mediamtx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ pathDefaults:
512512
# Extension is added automatically.
513513
# Available variables are %path (path name), %Y %m %d (year, month, day),
514514
# %H %M %S (hours, minutes, seconds), %f (microseconds), %z (time zone), %s (unix epoch).
515-
recordPath: /recordings/%path/%Y-%m-%d_%H-%M-%S-%f
515+
recordPath: /recordings/%path/%Y-%m-%d_%H-%M
516516
# Format of recorded segments.
517517
# Available formats are "fmp4" (fragmented MP4) and "mpegts" (MPEG-TS).
518518
recordFormat: fmp4

0 commit comments

Comments
 (0)