From a1ca5013f4cc463df666ddb984774a74b0acd0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ndor?= Date: Fri, 28 May 2021 10:46:27 +0200 Subject: [PATCH] Update 'README' --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 4afe570..9b8aa26 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ With this utility it is possible to record live streams that is available through a Restreamer instance. This monitors the Restreamer API to check if the local repeater is connected. When it is, it probes the HLS endpoint and depending on the HTTP Code in the response it starts an FFmpeg process that copies the -HLS output to a specified location on the filesystem. Then it can be played back. +HLS output OR RTMP stream to a specified location on the filesystem. Then it can be played back. It is also possible to provide a "rewindable" live stream, but keep in mind that it will introduce big latency.