Updated ZLMediaKit支持的事件http api (markdown)

夏楚
2019-06-14 15:25:00 +08:00
parent b9d9d7b4f4
commit daec56bb1d

@@ -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客户端超时时间。