添加 ts 切片是否通知选项, 默认为不通知

This commit is contained in:
wxf
2020-09-15 17:46:12 +08:00
parent 188e087fc2
commit b22a6e3dbd
4 changed files with 21 additions and 8 deletions

View File

@@ -285,6 +285,8 @@ extern const string kSegmentRetain;
extern const string kFileBufSize;
//录制文件路径
extern const string kFilePath;
// 是否广播 ts 切片完成通知
extern const string kBroadcastRecordTs;
} //namespace Hls
////////////Rtp代理相关配置///////////