#rtp server 超时未收到数据 on_rtp_server_timeout=https://127.0.0.1/index/hook/on_rtp_server_timeout #hook api最大等待回复时间,单位秒 timeoutSec=10 #keepalive hook触发间隔,单位秒,float类型 @@ -228,20 +245,13 @@ udpTTL=64 appName=record #mp4录制写文件缓存,单位BYTE,调整参数可以提高文...
logger.info("[上级点播]已经开启rtpServer但是尚未收到流,开启监听流的到来"); HookSubscribeForStreamChange hookSubscribe = HookSubscribeFactory.on_stream_changed("rtp", playTransaction.getStream(), true, "rtsp", mediaServerItem.getId()); zlmHttpHookSubscribe.addSubscribe(hookSubscribe, hookEvent); ...
on_record_ts=https://127.0.0.1/index/hook/on_record_ts#rtp server 超时未收到数据 on_rtp_server_timeout=https://127.0.0.1/index/hook/on_rtp_server_timeout#rtsp播放鉴权事件,此事件中比对rtsp的用户名密码 on_rtsp_auth=https://127.0.0.1/index/hook/on_rtsp_auth#rtsp播放是否开启专属鉴权事件,...
#server保活上报 on_server_keepalive=https://127.0.0.1/index/hook/on_server_keepalive #发送rtp(startSendRtp)被动关闭时回调 on_send_rtp_stopped=https://127.0.0.1/index/hook/on_send_rtp_stopped #rtp server 超时未收到数据 on_rtp_server_timeout=https://127.0.0.1/index/hook/on_rtp_server_ti...
media配置zlm没提服务器的信息, id必须要与zlm中的genera.mediaServerId一致,http-port必须与zlm暴露出来的port一致。 rtp.enable为true时使用端口范围,多端口传输。如果为false需要配置media.rtp-proxy-port且与zlm的rtp_proxy.port一致 # 作为28181服务器的配置 ...
# [可选] 自动点播, 使用固定流地址进行播放时,如果未点播则自动进行点播, 需要rtp.enable=true autoApplyPlay: false # 是否开启接口鉴权 interfaceAuthentication: true # 推流直播是否录制 recordPushLive: true # 点播等待超时时间,单位:毫秒 playTimeout: 30000 ...
# [根据业务需求配置]user-settings:# [可选] 服务ID,不写则为000000server-id:# [可选] 自动点播, 使用固定流地址进行播放时,如果未点播则自动进行点播, 需要rtp.enable=trueauto-apply-play:false# [可选] 部分设备需要扩展SDP,需要打开此设置senior-sdp:false# 保存移动位置历史轨迹:true:保留历史数据,fal...
rtmp://177.11.11.111/rtp/061484E1 http://177.11.11.111/rtp/061484E1.flv http://177.11.11.111/rtp/061484E1/hls.m3u8 此外ZLMediaKit 还提供了录制,截图,动态添加拉流代理等功能,很棒,大家感兴趣可以看API文档。 运行MediaServerUI 拉下项目代码:https://gitee.com/kkkkk5G/MediaServerUI/tree/gb28181/...
1. media.id的值要和下面config.ini配置文件中[general]下的mediaServerId的值一致 2. media.secret的值和config.ini中[api]下的secret的值以及[hook]下的admin_params的值三者保持一致 3. media如果开启了多端口模式即media.rtp.enable的值设置为true的话media.rtp.port-range的值要和config.ini中[rtp_proxy...
单端口使用流的ssrc区分, 点播超时建议使用多端口测试 rtp: # [可选] 是否启用多端口模式, 开启后会在portRange范围内选择端口用于媒体流传输 enable: true # [可选] 在此范围内选择端口用于媒体流传输, 必须提前在zlm上配置该属性,不然自动配置此属性可能不成功 ...