1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add package and install script

This commit is contained in:
winlin 2014-03-23 22:52:08 +08:00
parent 34efa15118
commit ade3630fa6
6 changed files with 248 additions and 25 deletions

View file

@ -639,7 +639,7 @@ int SrsConfig::parse_options(int argc, char** argv)
}
if (show_version) {
printf("%s\n", RTMP_SIG_SRS_VERSION);
fprintf(stderr, "%s\n", RTMP_SIG_SRS_VERSION);
}
if (show_help || show_version) {