Commit d74779dc by xgj

set server config can dynamic add config for add multi ffmpeg cmd template

parent 8f623658
......@@ -401,7 +401,10 @@ void installWebApi() {
for (auto &pr : allArgs) {
if (ini.find(pr.first) == ini.end()) {
//没有这个key
continue;
//continue;
// 新增配置选项,为了动态添加多个ffmpeg cmd 模板
ini[pr.first] = pr.second;
continue;// 防止changed变化
}
if (ini[pr.first] == pr.second) {
continue;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论