From 9760bd3df1507996758a4e60ab5184861d8ad088 Mon Sep 17 00:00:00 2001 From: Imre 'Rover' Racz Date: Wed, 13 May 2020 12:53:16 +0200 Subject: [PATCH] fix(README): missing cleanup env variable --- docs/configuration/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration/README.md b/docs/configuration/README.md index 4111b8f..4a619cc 100644 --- a/docs/configuration/README.md +++ b/docs/configuration/README.md @@ -8,6 +8,11 @@ You can configure the following settings in the application with environment var The project uses [Lumberjack](https://github.com/natefinch/lumberjack) for the log rotation of the ffmpeg transcoding processes. +#### RTSP_STREAM_CLEANUP_ENABLED +Default: `true`
+Type: boolean
+Description: Turns on / off the cleanup mechanism which stops inactive streams
+ #### RTSP_STREAM_CLEANUP_TIME Default: `2m0s`
Type: string