on_stream_not_found接口检查参数

This commit is contained in:
xiongziliang 2019-05-29 18:30:43 +08:00
parent e9e21e11a2
commit a317ff8614

View File

@ -507,6 +507,8 @@ void installWebApi() {
API_REGIST_INVOKER(hook,on_stream_not_found,{
//媒体未找到事件,我们都及时拉流hks作为替代品目的是为了测试按需拉流
CHECK_SECRET();
CHECK_ARGS("vhost","app","stream");
addStreamProxy(allArgs["vhost"],
allArgs["app"],
allArgs["stream"],