支持hls点播录制

This commit is contained in:
xiongziliang
2019-09-26 14:21:20 +08:00
parent 86fcf69f81
commit 4bc355b08a
5 changed files with 34 additions and 15 deletions

View File

@@ -276,7 +276,7 @@ extern const string kFileRepeat;
namespace Hls {
//HLS切片时长,单位秒
extern const string kSegmentDuration;
//HLS切片个数
//HLS切片个数如果设置为0则不删除切片而是保存为点播
extern const string kSegmentNum;
//HLS文件写缓存大小
extern const string kFileBufSize;