MP4点播默认关闭hls-fmp4

This commit is contained in:
xia-chu 2023-11-23 21:38:16 +08:00
parent e984e1d77e
commit 8c817e3cd2
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ MP4Reader::MP4Reader(const std::string &vhost, const std::string &app, const std
// 读取mp4文件并流化时不重复生成mp4/hls文件
option.enable_mp4 = false;
option.enable_hls = false;
option.enable_hls_fmp4 = false;
setup(vhost, app, stream_id, file_path, option);
}