mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 10:58:11 +08:00
新增自定义rtmp command
This commit is contained in:
@@ -120,10 +120,14 @@ on_stream_none_reader=https://127.0.0.1/index/hook/on_stream_none_reader
|
||||
on_stream_not_found=https://127.0.0.1/index/hook/on_stream_not_found
|
||||
#服务器启动报告,可以用于服务器的崩溃重启事件监听
|
||||
on_server_started=https://127.0.0.1/index/hook/on_server_started
|
||||
#服务器录制hls_ts结束后通知(不会删除文件)
|
||||
on_record_hls=https://127.0.0.1/index/hook/on_record_hls
|
||||
#服务器转推流失败通知
|
||||
on_proxy_pusher_failed=https://127.0.0.1/index/hook/on_proxy_pusher_failed
|
||||
#服务器转推流,转推方无人观看通知
|
||||
on_proxy_pusher_none_reader=https://127.0.0.1/index/on_proxy_pusher_none_reader;
|
||||
#hook api最大等待回复时间,单位秒
|
||||
timeoutSec=10
|
||||
on_record_hls=https://127.0.0.1/index/hook/on_record_hls
|
||||
on_proxy_pusher_failed=https://127.0.0.1/index/hook/on_proxy_pusher_failed
|
||||
|
||||
[http]
|
||||
#http服务器字符编码,windows上默认gb2312
|
||||
|
||||
Reference in New Issue
Block a user