单词错误
This commit is contained in:
parent
d0a5948b78
commit
59342c0eec
|
|
@ -1182,7 +1182,7 @@ void installWebApi() {
|
||||||
//回复json
|
//回复json
|
||||||
val["port"] = port;
|
val["port"] = port;
|
||||||
});
|
});
|
||||||
api_regist("/media/api/openRtpServerMultiplex", [](API_ARGS_MAP) {
|
api_regist("/index/api/openRtpServerMultiplex", [](API_ARGS_MAP) {
|
||||||
CHECK_SECRET();
|
CHECK_SECRET();
|
||||||
CHECK_ARGS("port", "stream_id");
|
CHECK_ARGS("port", "stream_id");
|
||||||
auto stream_id = allArgs["stream_id"];
|
auto stream_id = allArgs["stream_id"];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue