Merge remote-tracking branch 'origin/master' into feature/srt

This commit is contained in:
xiongguangjie
2022-06-04 15:47:47 +08:00
10 changed files with 33 additions and 17 deletions

View File

@@ -323,6 +323,9 @@ void installWebHook(){
if (obj.isMember("enable_fmp4")) {
option.enable_fmp4 = obj["enable_fmp4"].asBool();
}
if (obj.isMember("continue_push_ms")) {
option.continue_push_ms = obj["continue_push_ms"].asUInt();
}
invoker(err, option);
} else {
//推流鉴权失败