Commit a317ff86 by xiongziliang

on_stream_not_found接口检查参数

parent e9e21e11
...@@ -507,6 +507,8 @@ void installWebApi() { ...@@ -507,6 +507,8 @@ void installWebApi() {
API_REGIST_INVOKER(hook,on_stream_not_found,{ API_REGIST_INVOKER(hook,on_stream_not_found,{
//媒体未找到事件,我们都及时拉流hks作为替代品,目的是为了测试按需拉流 //媒体未找到事件,我们都及时拉流hks作为替代品,目的是为了测试按需拉流
CHECK_SECRET();
CHECK_ARGS("vhost","app","stream");
addStreamProxy(allArgs["vhost"], addStreamProxy(allArgs["vhost"],
allArgs["app"], allArgs["app"],
allArgs["stream"], allArgs["stream"],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论