fix recordPath documentation (#4480)

This commit is contained in:
Alessandro Ros
2025-05-01 23:27:04 +02:00
committed by GitHub
parent d61994eeae
commit 56234a5fed
2 changed files with 2 additions and 2 deletions

View File

@@ -1618,7 +1618,7 @@ pathDefaults:
# Path of recording segments.
# Extension is added automatically.
# Available variables are %path (path name), %Y %m %d (year, month, day),
# %H %M %S (hours, minutes, seconds), %f (milliseconds), %s (unix epoch).
# %H %M %S (hours, minutes, seconds), %f (microseconds), %s (unix epoch).
recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f
```

View File

@@ -466,7 +466,7 @@ pathDefaults:
# Path of recording segments.
# Extension is added automatically.
# Available variables are %path (path name), %Y %m %d (year, month, day),
# %H %M %S (hours, minutes, seconds), %f (milliseconds), %s (unix epoch).
# %H %M %S (hours, minutes, seconds), %f (microseconds), %s (unix epoch).
recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f
# Format of recorded segments.
# Available formats are "fmp4" (fragmented MP4) and "mpegts" (MPEG-TS).