Commit 3c99b3af by xiongziliang

修复addStreamProxy接口笔误

parent 9527a2b1
......@@ -922,7 +922,7 @@ void installWebApi() {
option.enable_rtsp = getArgsValue(allArgs, "enable_rtsp", option.enable_rtsp);
option.enable_rtmp = getArgsValue(allArgs, "enable_rtmp", option.enable_rtmp);
option.enable_ts = getArgsValue(allArgs, "enable_ts", option.enable_ts);
option.enable_fmp4 = getArgsValue(allArgs, "enable_mp4", option.enable_fmp4);
option.enable_fmp4 = getArgsValue(allArgs, "enable_fmp4", option.enable_fmp4);
option.enable_audio = getArgsValue(allArgs, "enable_audio", option.enable_audio);
option.add_mute_audio = getArgsValue(allArgs, "add_mute_audio", option.add_mute_audio);
option.mp4_save_path = getArgsValue(allArgs, "mp4_save_path", option.mp4_save_path);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论