mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
fix recordPath documentation (#4480)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
@@ -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).
|
||||
|
Reference in New Issue
Block a user