支持hls直播文件延时删除: #913

This commit is contained in:
ziyue
2021-06-23 10:25:09 +08:00
parent ce2122d3b6
commit e8c9666af0
5 changed files with 31 additions and 9 deletions

View File

@@ -293,6 +293,8 @@ extern const string kFileBufSize;
extern const string kFilePath;
// 是否广播 ts 切片完成通知
extern const string kBroadcastRecordTs;
//hls直播文件删除延时单位秒
extern const string kDeleteDelaySec;
} //namespace Hls
////////////Rtp代理相关配置///////////