mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-27 12:02:27 +08:00
@@ -1560,7 +1560,8 @@ pathDefaults:
|
|||||||
record: yes
|
record: yes
|
||||||
# Path of recording segments.
|
# Path of recording segments.
|
||||||
# Extension is added automatically.
|
# 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
|
recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -457,7 +457,8 @@ pathDefaults:
|
|||||||
record: no
|
record: no
|
||||||
# Path of recording segments.
|
# Path of recording segments.
|
||||||
# Extension is added automatically.
|
# 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
|
recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f
|
||||||
# Format of recorded segments.
|
# Format of recorded segments.
|
||||||
# Available formats are "fmp4" (fragmented MP4) and "mpegts" (MPEG-TS).
|
# Available formats are "fmp4" (fragmented MP4) and "mpegts" (MPEG-TS).
|
||||||
|
Reference in New Issue
Block a user