Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
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
winlin
2014-07-25 11:05:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
50cd1d236083102813cc16d56b8b123eba5225f1
50cd1d23
1 parent
7865b0e9
refine the config
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
1 行增加
和
3 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/core/srs_core.hpp
trunk/src/app/srs_app_config.cpp
查看文件 @
50cd1d2
...
...
@@ -1257,7 +1257,6 @@ int SrsConfig::check_config()
}
}
}
if
(
true
)
{
for
(
int
i
=
0
;
i
<
(
int
)
vhosts
.
size
();
i
++
)
{
SrsConfDirective
*
conf
=
vhosts
[
i
];
for
(
int
i
=
0
;
conf
&&
i
<
(
int
)
conf
->
directives
.
size
();
i
++
)
{
...
...
@@ -1375,7 +1374,6 @@ int SrsConfig::check_config()
}
}
}
}
////////////////////////////////////////////////////////////////////////
// check listen for rtmp.
...
...
trunk/src/core/srs_core.hpp
查看文件 @
50cd1d2
...
...
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// current release version
#define VERSION_MAJOR "0"
#define VERSION_MINOR "9"
#define VERSION_REVISION "1
69
"
#define VERSION_REVISION "1
70
"
#define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
// server info.
#define RTMP_SIG_SRS_KEY "SRS"
...
...
请
注册
或
登录
后发表评论