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:
parent
34efa15118
commit
ade3630fa6
6 changed files with 248 additions and 25 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue