Commit 055c3125 by xiongziliang

修复getRecordStatus接口

parent 8502ed27
......@@ -716,7 +716,7 @@ void installWebApi() {
});
// 获取hls或MP4录制状态
API_REGIST(api,stopRecord,{
API_REGIST(api,getRecordStatus,{
CHECK_SECRET();
CHECK_ARGS("type","vhost","app","stream");
auto status = Recorder::getRecordStatus((Recorder::type)allArgs["type"].as<int>(),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论