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

merge from srs2

This commit is contained in:
winlin 2016-01-05 16:58:21 +08:00
commit 5338f21439
2 changed files with 6 additions and 1 deletions

View file

@ -55,6 +55,9 @@ using namespace std;
using namespace _srs_internal;
// the version to identify the core.
const char* _srs_version = "XCORE-"RTMP_SIG_SRS_SERVER;
#define SRS_WIKI_URL_LOG "https://github.com/ossrs/srs/wiki/v1_CN_SrsLog"
// when user config an invalid value, macros to perfer true or false.
@ -1930,7 +1933,7 @@ int SrsConfig::parse_options(int argc, char** argv)
}
// first hello message.
srs_trace(RTMP_SIG_SRS_SERVER);
srs_trace(_srs_version);
if (config_file.empty()) {
ret = ERROR_SYSTEM_CONFIG_INVALID;