Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs_release
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
胡斌
8 years ago
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd0132a888b001213ed9d1fa182f0c55ad040b09
fd0132a8
1 parent
353eb9e2
ver:2.0+ r3530 155f68f3 2017-05-14 08:11:04
add config directive:forward_in_turn
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
0 行删除
conf/forward.master.conf
objs/srs
conf/forward.master.conf
查看文件 @
fd0132a
...
...
@@ -9,6 +9,8 @@ daemon off;
srs_log_tank
console
;
vhost
__
defaultVhost__
{
forward
127
.
0
.
0
.
1
:
19350
;
#select on of the listed servers in turn to forward,not all of them
forward_in_turn
127
.
0
.
0
.
1
:
19351
127
.
0
.
0
.
1
:
19352
;
#the forward destination server type,default true. if the server is not srs server,connect app maybe fail,try config as false
forward_server_srs
true
;
}
...
...
objs/srs
查看文件 @
fd0132a
This file is too large to display.
请
注册
或
登录
后发表评论