123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- ; auto-generated by mINI class {
- [api]
- apiDebug=1
- defaultSnap=./www/logo.png
- secret=035c73f7-bb6b-4889-a715-d9eb2d1925cc
- snapRoot=./www/snap/
- [cluster]
- origin_url=
- retry_count=3
- timeout_sec=15
- [ffmpeg]
- bin=/usr/local/bin/ffmpeg
- cmd=%s -fflags nobuffer -i %s -c:a aac -strict -2 -ar 44100 -ab 48k -c:v libx264 -f flv %s
- log=./ffmpeg/ffmpeg.log
- restart_sec=0
- snap=%s -i %s -y -f mjpeg -t 0.001 %s
- [general]
- addMuteAudio=1
- check_nvidia_dev=1
- continue_push_ms=3000
- enableVhost=0
- enable_audio=0
- enable_ffmpeg_log=0
- flowThreshold=1024
- fmp4_demand=0
- hls_demand=0
- maxStreamWaitMS=15000
- mediaServerId=your_server_id
- mergeWriteMS=0
- modifyStamp=0
- publishToHls=1
- publishToMP4=0
- resetWhenRePlay=1
- rtmp_demand=0
- rtsp_demand=0
- streamNoneReaderDelayMS=60000
- ts_demand=0
- unready_frame_cache=100
- wait_add_track_ms=3000
- wait_track_ready_ms=10000
- [hls]
- broadcastRecordTs=0
- deleteDelaySec=0
- fileBufSize=65536
- filePath=./www
- segDur=2
- segKeep=0
- segNum=3
- segRetain=5
- [hook]
- admin_params=secret=035c73f7-bb6b-4889-a715-d9eb2d1925cc
- alive_interval=10.0
- enable=1
- on_flow_report=http://192.168.1.21:29001/index/hook/on_flow_report
- on_http_access=http://192.168.1.21:29001/index/hook/on_http_access
- on_play=http://192.168.1.21:29001/index/hook/on_play
- on_publish=http://192.168.1.21:29001/index/hook/on_publish
- on_record_mp4=
- on_record_ts=http://192.168.1.21:29001/index/hook/on_record_ts
- on_rtsp_auth=http://192.168.1.21:29001/index/hook/on_rtsp_auth
- on_rtsp_realm=http://192.168.1.21:29001/index/hook/on_rtsp_realm
- on_send_rtp_stopped=http://192.168.1.21:29001/index/hook/on_send_rtp_stopped
- on_server_keepalive=http://192.168.1.21:29001/index/hook/on_server_keepalive
- on_server_started=http://192.168.1.21:29001/index/hook/on_server_started
- on_shell_login=http://192.168.1.21:29001/index/hook/on_shell_login
- on_stream_changed=http://192.168.1.21:29001/index/hook/on_stream_changed
- on_stream_none_reader=http://192.168.1.21:29001/index/hook/on_stream_none_reader
- on_stream_not_found=http://192.168.1.21:29001/index/hook/on_stream_not_found
- retry=1
- retry_delay=3.0
- timeoutSec=20
- [http]
- charSet=utf-8
- dirMenu=1
- forbidCacheSuffix=
- forwarded_ip_header=
- keepAliveSecond=30
- maxReqSize=40960
- notFound=<html><head><title>404 Not Found</title></head><body bgcolor="white"><center><h1>您访问的资源不存在!</h1></center><hr><center>ZLMediaKit(git hash:cf5527e,branch:master,build time:Oct 12 2022 11:31:51)</center></body></html>
- port=15070
- rootPath=./www
- sendBufSize=65536
- sslport=29010
- virtualPath=
- [multicast]
- addrMax=239.255.255.255
- addrMin=239.0.0.0
- udpTTL=64
- [record]
- appName=record
- fastStart=0
- fileBufSize=65536
- filePath=./www
- fileRepeat=0
- fileSecond=3600
- mp4_as_player=0
- sampleMS=500
- [rtc]
- externIP=192.168.1.203
- port=29100
- preferredCodecA=PCMU,PCMA,opus,mpeg4-generic
- preferredCodecV=H264,H265,AV1X,VP9,VP8
- rembBitRate=0
- timeoutSec=15
- [rtmp]
- handshakeSecond=15
- keepAliveSecond=15
- modifyStamp=0
- port=11935
- sslport=0
- [rtp]
- audioMtuSize=600
- rtpMaxSize=10
- videoMtuSize=1400
- [rtp_proxy]
- dumpDir=
- g711a_pt=8
- g711u_pt=0
- h264_pt=98
- h265_pt=99
- opus_pt=100
- port=30000
- port_range=30000-30500
- ps_pt=96
- timeoutSec=15
- ts_pt=33
- [rtsp]
- authBasic=0
- directProxy=1
- handshakeSecond=15
- keepAliveSecond=15
- port=11554
- sslport=0
- [shell]
- maxReqSize=1024
- port=0
- [srt]
- latencyMul=4
- pktBufSize=8192
- port=29101
- timeoutSec=5
- ; } ---
|