improve recordPath documentation (#3678) (#4302)

This commit is contained in:
Alessandro Ros
2025-03-03 18:10:18 +01:00
committed by GitHub
parent 371b9585a6
commit 14ec80ae01
2 changed files with 4 additions and 2 deletions

View File

@@ -1560,7 +1560,8 @@ pathDefaults:
record: yes
# Path of recording segments.
# 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 (year, month, day),
# %H %M %S (hours, minutes, seconds), %f (milliseconds), %s (unix epoch).
recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f
```

View File

@@ -457,7 +457,8 @@ pathDefaults:
record: no
# Path of recording segments.
# 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 (year, month, day),
# %H %M %S (hours, minutes, seconds), %f (milliseconds), %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).