From 7f25138b46d0aef8809742a33586fe0828e592b7 Mon Sep 17 00:00:00 2001 From: waken <33921191+mc373906408@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:36:51 +0800 Subject: [PATCH] =?UTF-8?q?openRtpServerMultiplex=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E7=BB=9F=E4=B8=80url=E8=B7=AF=E5=BE=84=20(#2963)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/WebApi.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/WebApi.cpp b/server/WebApi.cpp index 7833b933..63b4d5e3 100755 --- a/server/WebApi.cpp +++ b/server/WebApi.cpp @@ -1182,7 +1182,8 @@ void installWebApi() { //回复json val["port"] = port; }); - api_regist("/media/api/openRtpServerMultiplex", [](API_ARGS_MAP) { + + api_regist("/index/api/openRtpServerMultiplex", [](API_ARGS_MAP) { CHECK_SECRET(); CHECK_ARGS("port", "stream_id"); auto stream_id = allArgs["stream_id"];