From d6a7b2ee79a2a76feed9b189308708db000e4bc6 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:49:18 +0800 Subject: [PATCH] Fix --- demo/config/config_K_v.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demo/config/config_K_v.json b/demo/config/config_K_v.json index 3025900..daf3716 100644 --- a/demo/config/config_K_v.json +++ b/demo/config/config_K_v.json @@ -54,6 +54,8 @@ "直播流清晰度-help": "清晰度可选-1:不保存 0:默认 20000:4K 10000:原画 400:蓝光 250:超清 150:高清 80:流畅,无提供所选清晰度时,使用低一档清晰度", "直播流清晰度": 10000, "直播流类型-help": "flv,fmp4,flvH,fmp4H,带H后缀的为Hevc格式编码", + "直播流类型": "flv", + "直播流保存位置": "./live", "直播流保存天数-help": "当t日有1录播时,会尝试删除t-n日的1个最早的录播", "直播流保存天数": 4, "直播hls流故障转移-help":"true:hls服务器故障时,使用其他", -- 2.39.2