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
2016-01-04 17:41:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc38ae1687abd4646598dafa1fc718c258a2a49f
dc38ae16
1 parent
26211abf
show first message when not show version.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/main/srs_main_server.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
dc38ae1
...
...
@@ -1359,6 +1359,9 @@ int SrsConfig::parse_options(int argc, char** argv)
exit
(
0
);
}
// first hello message.
srs_trace
(
RTMP_SIG_SRS_SERVER
);
if
(
config_file
.
empty
())
{
ret
=
ERROR_SYSTEM_CONFIG_INVALID
;
srs_error
(
"config file not specified, see help: %s -h, ret=%d"
,
argv
[
0
],
ret
);
...
...
trunk/src/main/srs_main_server.cpp
查看文件 @
dc38ae1
...
...
@@ -248,9 +248,6 @@ void check_macro_features()
int
main
(
int
argc
,
char
**
argv
)
{
int
ret
=
ERROR_SUCCESS
;
// first hello message.
srs_trace
(
RTMP_SIG_SRS_SERVER
);
// TODO: support both little and big endian.
srs_assert
(
srs_is_little_endian
());
...
...
请
注册
或
登录
后发表评论