diff --git a/MediaServer支持的HTTP-HOOK-API.md b/MediaServer支持的HTTP-HOOK-API.md index 80a349b..e02573a 100644 --- a/MediaServer支持的HTTP-HOOK-API.md +++ b/MediaServer支持的HTTP-HOOK-API.md @@ -338,10 +338,21 @@ on_server_keepalive=https://127.0.0.1/index/hook/on_server_keepalive Server: ZLMediaKit-4.0 { - "code" : 0, - "enable_hls" : true, - "enable_mp4" : false, - "msg" : "success" + "code" : 0, + "add_mute_audio" : true, + "continue_push_ms" : 10000, + "enable_audio" : true, + "enable_fmp4" : true, + "enable_hls" : true, + "enable_mp4" : false, + "enable_rtmp" : true, + "enable_rtsp" : true, + "enable_ts" : true, + "hls_save_path" : "/hls_save_path/", + "modify_stamp" : false, + "mp4_as_player" : false, + "mp4_max_second" : 3600, + "mp4_save_path" : "/mp4_save_path/" } ``` @@ -364,6 +375,8 @@ on_server_keepalive=https://127.0.0.1/index/hook/on_server_keepalive | `mp4_max_second` | `int` | mp4录制切片大小,单位秒 | N | | `hls_save_path` | `string` | hls文件保存保存根目录,置空使用默认 | N | | `continue_push_ms` | `uint32` | 断连续推延时,单位毫秒,置空使用配置文件默认值 | N | + | `mp4_as_player` | `bool` | MP4录制是否当作观看者参与播放人数计数 | N | + | `modify_stamp` | `bool` | 该流是否开启时间戳覆盖 | N |