添加日志

pull/1242/head
648540858 2023-10-26 15:29:04 +08:00
parent 5ff2faa5bd
commit 99506108cd
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ public class CloudRecordTimer {
*/ */
@Scheduled(cron = "0 0 0 * * ?") //每天的0点执行 @Scheduled(cron = "0 0 0 * * ?") //每天的0点执行
public void execute(){ public void execute(){
logger.info("[录像文件定时清理] 开始清理过期录像文件");
// 获取配置了assist的流媒体节点 // 获取配置了assist的流媒体节点
List<MediaServerItem> mediaServerItemList = mediaServerService.getAllWithAssistPort(); List<MediaServerItem> mediaServerItemList = mediaServerService.getAllWithAssistPort();
if (mediaServerItemList.isEmpty()) { if (mediaServerItemList.isEmpty()) {

View File

@ -182,7 +182,7 @@ user-settings:
# 使用推流状态作为推流通道状态 # 使用推流状态作为推流通道状态
use-pushing-as-status: true use-pushing-as-status: true
# 使用来源请求ip作为streamIp,当且仅当你只有zlm节点它与wvp在一起的情况下开启 # 使用来源请求ip作为streamIp,当且仅当你只有zlm节点它与wvp在一起的情况下开启
use-source-ip-as-stream-ip: true use-source-ip-as-stream-ip: false
# 国标点播 按需拉流, true有人观看拉流无人观看释放 false拉起后不自动释放 # 国标点播 按需拉流, true有人观看拉流无人观看释放 false拉起后不自动释放
stream-on-demand: true stream-on-demand: true
# 推流鉴权, 默认开启 # 推流鉴权, 默认开启