新增自定义rtmp command

This commit is contained in:
monktan
2020-11-30 10:00:26 +08:00
parent 8e575c0c78
commit 575a231ba0
9 changed files with 56 additions and 3 deletions

View File

@@ -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