Add config for save fmp4 record files (#3356)

This commit is contained in:
jamesZHANG500
2024-03-10 16:19:02 +08:00
committed by GitHub
parent 78a6f041a8
commit 03c93d0b23
4 changed files with 8 additions and 1 deletions

View File

@@ -354,6 +354,8 @@ extern const std::string kFileBufSize;
extern const std::string kFastStart;
// mp4文件是否重头循环读取
extern const std::string kFileRepeat;
// mp4录制文件是否采用fmp4格式
extern const std::string kEnableFmp4;
} // namespace Record
////////////HLS相关配置///////////