添加日志
parent
5ff2faa5bd
commit
99506108cd
|
@ -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()) {
|
||||||
|
|
|
@ -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
|
||||||
# 推流鉴权, 默认开启
|
# 推流鉴权, 默认开启
|
||||||
|
|
Loading…
Reference in New Issue