From d407e0117dd6e50164c755aa3ecd27b2de948567 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:21:02 +0100 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51d40421..683668c8 100644 --- a/README.md +++ b/README.md @@ -355,13 +355,12 @@ To save available streams to disk, you can use the `runOnReady` parameter and _F ```yml paths: - all: - original: + mypath: runOnReady: ffmpeg -i rtsp://localhost:$RTSP_PORT/$RTSP_PATH -c copy -f segment -strftime 1 -segment_time 60 -segment_format mpegts saved_%Y-%m-%d_%H-%M-%S.ts runOnReadyRestart: yes ``` -In the example configuration, streams are saved into TS files, that can be read even if the system crashes, while MP4 files can't. +In the configuratio above, streams are saved into TS files, that can be read even if the system crashes, while MP4 files can't. ### On-demand publishing