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
2013-11-30 14:35:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
57064237d0d601bc09575c97c92d823a06f75ff6
57064237
1 parent
9a582b0e
rename author to contributor
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
README.md
trunk/src/core/srs_core.hpp
trunk/src/core/srs_core_config.cpp
README.md
查看文件 @
5706423
...
...
@@ -7,7 +7,7 @@ blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) <br/>
see also:
[
https://github.com/winlinvip/simple-rtmp-server
](
https://github.com/winlinvip/simple-rtmp-server
)
<br/>
see also:
[
http://winlinvip.github.io/simple-rtmp-server
](
http://winlinvip.github.io/simple-rtmp-server
)
###
Auth
ors
###
Contribut
ors
winlin(winterserver):
[
http://blog.csdn.net/win_lin
](
http://blog.csdn.net/win_lin
)
### Usage
...
...
trunk/src/core/srs_core.hpp
查看文件 @
5706423
...
...
@@ -77,7 +77,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define RTMP_SIG_SRS_EMAIL "winterserver@126.com"
#define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)"
#define RTMP_SIG_SRS_COPYRIGHT "Copyright (c) 2013 winlin"
#define RTMP_SIG_SRS_
AUTHORS
"winlin"
#define RTMP_SIG_SRS_
CONTRIBUTOR
"winlin"
// compare
#define srs_min(a, b) (((a) < (b))? (a) : (b))
...
...
trunk/src/core/srs_core_config.cpp
查看文件 @
5706423
...
...
@@ -779,7 +779,7 @@ void SrsConfig::print_help(char** argv)
{
printf
(
RTMP_SIG_SRS_NAME
" "
RTMP_SIG_SRS_VERSION
" Copyright (c) 2013 winlin
\n
"
"
Authors: "
RTMP_SIG_SRS_AUTHORS
"
\n
"
"
Contributors: "
RTMP_SIG_SRS_CONTRIBUTOR
"
\n
"
"Configuration: "
SRS_CONFIGURE
"
\n
"
"Usage: %s [-h?vV] [-c <filename>]
\n
"
"
\n
"
...
...
请
注册
或
登录
后发表评论