mp4录制支持作为观看者参与播放人数统计 (#1880)

This commit is contained in:
Dw9
2022-08-16 11:47:24 +08:00
committed by GitHub
parent c19fa29e75
commit 30984d2076
7 changed files with 17 additions and 1 deletions

View File

@@ -295,6 +295,8 @@ extern const std::string kFileBufSize;
extern const std::string kFastStart;
// mp4文件是否重头循环读取
extern const std::string kFileRepeat;
//MP4录制是否当做播放器参与播放人数统计
extern const std::string kMP4AsPlayer;
} // namespace Record
////////////HLS相关配置///////////