mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
@@ -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
|
||||
```
|
||||
|
||||
|
@@ -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).
|
||||
|
Reference in New Issue
Block a user