mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
fix recordPath documentation (#4480)
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_e2e (push) Has been cancelled
This commit is contained in:
parent
d61994eeae
commit
56234a5fed
2 changed files with 2 additions and 2 deletions
|
|
@ -1618,7 +1618,7 @@ pathDefaults:
|
||||||
# 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 (year, month, day),
|
# 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
|
recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -466,7 +466,7 @@ pathDefaults:
|
||||||
# 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 (year, month, day),
|
# 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
|
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).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue