正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -7,7 +7,7 @@ blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) <br/> | @@ -7,7 +7,7 @@ blog: [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) <br/> | ||
| 7 | see also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server) <br/> | 7 | see also: [https://github.com/winlinvip/simple-rtmp-server](https://github.com/winlinvip/simple-rtmp-server) <br/> |
| 8 | see also: [http://winlinvip.github.io/simple-rtmp-server](http://winlinvip.github.io/simple-rtmp-server) | 8 | see also: [http://winlinvip.github.io/simple-rtmp-server](http://winlinvip.github.io/simple-rtmp-server) |
| 9 | 9 | ||
| 10 | -### Authors | 10 | +### Contributors |
| 11 | winlin(winterserver): [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) | 11 | winlin(winterserver): [http://blog.csdn.net/win_lin](http://blog.csdn.net/win_lin) |
| 12 | 12 | ||
| 13 | ### Usage | 13 | ### Usage |
| @@ -77,7 +77,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | @@ -77,7 +77,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
| 77 | #define RTMP_SIG_SRS_EMAIL "winterserver@126.com" | 77 | #define RTMP_SIG_SRS_EMAIL "winterserver@126.com" |
| 78 | #define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)" | 78 | #define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)" |
| 79 | #define RTMP_SIG_SRS_COPYRIGHT "Copyright (c) 2013 winlin" | 79 | #define RTMP_SIG_SRS_COPYRIGHT "Copyright (c) 2013 winlin" |
| 80 | -#define RTMP_SIG_SRS_AUTHORS "winlin" | 80 | +#define RTMP_SIG_SRS_CONTRIBUTOR "winlin" |
| 81 | 81 | ||
| 82 | // compare | 82 | // compare |
| 83 | #define srs_min(a, b) (((a) < (b))? (a) : (b)) | 83 | #define srs_min(a, b) (((a) < (b))? (a) : (b)) |
| @@ -779,7 +779,7 @@ void SrsConfig::print_help(char** argv) | @@ -779,7 +779,7 @@ void SrsConfig::print_help(char** argv) | ||
| 779 | { | 779 | { |
| 780 | printf(RTMP_SIG_SRS_NAME" "RTMP_SIG_SRS_VERSION | 780 | printf(RTMP_SIG_SRS_NAME" "RTMP_SIG_SRS_VERSION |
| 781 | " Copyright (c) 2013 winlin\n" | 781 | " Copyright (c) 2013 winlin\n" |
| 782 | - "Authors: "RTMP_SIG_SRS_AUTHORS"\n" | 782 | + "Contributors: "RTMP_SIG_SRS_CONTRIBUTOR"\n" |
| 783 | "Configuration: "SRS_CONFIGURE"\n" | 783 | "Configuration: "SRS_CONFIGURE"\n" |
| 784 | "Usage: %s [-h?vV] [-c <filename>]\n" | 784 | "Usage: %s [-h?vV] [-c <filename>]\n" |
| 785 | "\n" | 785 | "\n" |
-
请 注册 或 登录 后发表评论