From 233e318b4322b2c04addc1c34aeff77a19fdc1a7 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sat, 2 Dec 2023 14:32:59 +0100 Subject: [PATCH] update documentation --- README.md | 2 +- mediamtx.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c407ced8adb..9e975393448 100644 --- a/README.md +++ b/README.md @@ -1153,7 +1153,7 @@ pathDefaults: record: yes # Path of recording segments. # Extension is added automatically. - # Available variables are %path (path name), %Y %m %d %H %M %S %f (time in strftime format) + # Available variables are %path (path name), %Y %m %d %H %M %S %f %s (time in strftime format) recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f ``` diff --git a/mediamtx.yml b/mediamtx.yml index 5cac5cbdeb1..896b737b101 100644 --- a/mediamtx.yml +++ b/mediamtx.yml @@ -296,7 +296,7 @@ pathDefaults: record: no # Path of recording segments. # Extension is added automatically. - # Available variables are %path (path name), %Y %m %d %H %M %S %f (time in strftime format) + # Available variables are %path (path name), %Y %m %d %H %M %S %f %s (time in strftime format) recordPath: ./recordings/%path/%Y-%m-%d_%H-%M-%S-%f # Format of recorded segments. # Available formats are "fmp4" (fragmented MP4) and "mpegts" (MPEG-TS).