Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
ZLMediaKit
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
张翔宇
ZLMediaKit
Commits
f33d3ba1
Commit
f33d3ba1
authored
Apr 04, 2021
by
xiongziliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还原配置文件
parent
c70721a5
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
conf/config.ini
+9
-9
没有找到文件。
conf/config.ini
查看文件 @
f33d3ba1
...
...
@@ -136,18 +136,18 @@ charSet=utf-8
#http链接超时时间
keepAliveSecond
=
30
#http请求体最大字节数,如果post的body太大,则不适合缓存body在内存
maxReqSize
=
4096
0
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
=
8
0
#http文件服务器根目录
#可以为相对(相对于本可执行程序目录)或绝对路径
rootPath
=
./www
#http文件服务器读文件缓存大小,单位BYTE,调整该参数可以优化文件io性能
sendBufSize
=
65536
#https服务器监听端口
sslport
=
20
443
sslport
=
443
#是否显示文件夹菜单,开启后可以浏览文件夹
dirMenu
=
1
...
...
@@ -187,9 +187,9 @@ keepAliveSecond=15
#在接收rtmp推流时,是否重新生成时间戳(很多推流器的时间戳着实很烂)
modifyStamp
=
0
#rtmp服务器监听端口
port
=
8
935
port
=
1
935
#rtmps服务器监听地址
sslport
=
0
sslport
=
1935
0
[rtp]
#音频mtu大小,该参数限制rtp最大字节数,推荐不要超过1400
...
...
@@ -202,7 +202,7 @@ videoMtuSize=1400
#导出调试数据(包括rtp/ps/h264)至该目录,置空则关闭数据导出
dumpDir
=
#udp和tcp代理服务器,支持rtp(必须是ts或ps类型)代理
port
=
0
port
=
1000
0
#rtp超时时间,单位秒
timeoutSec
=
15
...
...
@@ -221,13 +221,13 @@ handshakeSecond=15
#或者tcp发送缓存超过这个时间,则会断开连接,单位秒
keepAliveSecond
=
15
#rtsp服务器监听地址
port
=
8
554
port
=
554
#rtsps服务器监听地址
sslport
=
0
sslport
=
322
[shell]
#调试telnet服务器接受最大bufffer大小
maxReqSize
=
1024
#调试telnet服务器监听端口
port
=
0
port
=
900
0
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论