From daec56bb1dfd4c301ab331e1ba75b991ca1be9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Fri, 14 Jun 2019 15:25:00 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20ZLMediaKit=E6=94=AF=E6=8C=81=E7=9A=84?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6http=20api=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZLMediaKit支持的事件http-api.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ZLMediaKit支持的事件http-api.md b/ZLMediaKit支持的事件http-api.md index 33eabd4..ff785dd 100644 --- a/ZLMediaKit支持的事件http-api.md +++ b/ZLMediaKit支持的事件http-api.md @@ -3,7 +3,6 @@ ZLMediaKit可以把内部的一些事件通过调用第三方http服务器api的 ```ini [hook] enable=1 -access_file_except_hls=1 admin_params=secret=035c73f7-bb6b-4889-a715-d9eb2d1925cc timeoutSec=10 @@ -24,10 +23,6 @@ on_stream_not_found=https://127.0.0.1/index/hook/on_stream_not_found 是否开启http hook,如果选择关闭,ZLMediaKit将采取默认动作(例如不鉴权等) -- **access_file_except_hls**: - - 能否访问hls之外的文件;如果关闭,那么只能访问http文件服务器下hls相关的文件,这样ZLMediaKit的http服务器只能作为hls文件服务器以及http api服务器,不能再作为通用的http文件服务器。 - - **timeoutSec**: 事件触发http客户端超时时间。