mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
还原配置文件
This commit is contained in:
parent
c70721a520
commit
f33d3ba175
@ -136,18 +136,18 @@ charSet=utf-8
|
||||
#http链接超时时间
|
||||
keepAliveSecond=30
|
||||
#http请求体最大字节数,如果post的body太大,则不适合缓存body在内存
|
||||
maxReqSize=40960
|
||||
maxReqSize=4096
|
||||
#404网页内容,用户可以自定义404网页
|
||||
notFound=<html><head><title>404 Not Found</title></head><body bgcolor="white"><center><h1>您访问的资源不存在!</h1></center><hr><center>ZLMediaKit-4.0</center></body></html>
|
||||
#http服务器监听端口
|
||||
port=0
|
||||
port=80
|
||||
#http文件服务器根目录
|
||||
#可以为相对(相对于本可执行程序目录)或绝对路径
|
||||
rootPath=./www
|
||||
#http文件服务器读文件缓存大小,单位BYTE,调整该参数可以优化文件io性能
|
||||
sendBufSize=65536
|
||||
#https服务器监听端口
|
||||
sslport=20443
|
||||
sslport=443
|
||||
#是否显示文件夹菜单,开启后可以浏览文件夹
|
||||
dirMenu=1
|
||||
|
||||
@ -187,9 +187,9 @@ keepAliveSecond=15
|
||||
#在接收rtmp推流时,是否重新生成时间戳(很多推流器的时间戳着实很烂)
|
||||
modifyStamp=0
|
||||
#rtmp服务器监听端口
|
||||
port=8935
|
||||
port=1935
|
||||
#rtmps服务器监听地址
|
||||
sslport=0
|
||||
sslport=19350
|
||||
|
||||
[rtp]
|
||||
#音频mtu大小,该参数限制rtp最大字节数,推荐不要超过1400
|
||||
@ -202,7 +202,7 @@ videoMtuSize=1400
|
||||
#导出调试数据(包括rtp/ps/h264)至该目录,置空则关闭数据导出
|
||||
dumpDir=
|
||||
#udp和tcp代理服务器,支持rtp(必须是ts或ps类型)代理
|
||||
port=0
|
||||
port=10000
|
||||
#rtp超时时间,单位秒
|
||||
timeoutSec=15
|
||||
|
||||
@ -221,13 +221,13 @@ handshakeSecond=15
|
||||
#或者tcp发送缓存超过这个时间,则会断开连接,单位秒
|
||||
keepAliveSecond=15
|
||||
#rtsp服务器监听地址
|
||||
port=8554
|
||||
port=554
|
||||
#rtsps服务器监听地址
|
||||
sslport=0
|
||||
sslport=322
|
||||
|
||||
[shell]
|
||||
#调试telnet服务器接受最大bufffer大小
|
||||
maxReqSize=1024
|
||||
#调试telnet服务器监听端口
|
||||
port=0
|
||||
port=9000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user