From dd50765ef047a4c5b11ff0bdc9be01e3576e3446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ndor?= Date: Fri, 28 May 2021 10:33:18 +0200 Subject: [PATCH] added new parameters --- config.example.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.example.json b/config.example.json index e4f8a27..5c56d78 100644 --- a/config.example.json +++ b/config.example.json @@ -2,6 +2,8 @@ "vod":"\/home\/example\/web\/uploads", "api":"http:\/\/127.0.0.1:8080\/v1", "hls":"http:\/\/127.0.0.1:8080\/hls\/live.stream.m3u8", + "rtmp":"rtmp:\/\/127.0.0.1\/live\/external.stream?token=xxx", + "recordhls":false, "pid":"\/home\/example\/hls-recorder\/ffmpeg-flock", "mail":["info@example.org","dir@example.org"], "sleep":5,