MP4点播默认关闭hls-fmp4
This commit is contained in:
parent
e984e1d77e
commit
8c817e3cd2
|
|
@ -25,6 +25,7 @@ MP4Reader::MP4Reader(const std::string &vhost, const std::string &app, const std
|
||||||
// 读取mp4文件并流化时,不重复生成mp4/hls文件
|
// 读取mp4文件并流化时,不重复生成mp4/hls文件
|
||||||
option.enable_mp4 = false;
|
option.enable_mp4 = false;
|
||||||
option.enable_hls = false;
|
option.enable_hls = false;
|
||||||
|
option.enable_hls_fmp4 = false;
|
||||||
|
|
||||||
setup(vhost, app, stream_id, file_path, option);
|
setup(vhost, app, stream_id, file_path, option);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue