mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix hls bug, refine config and log, according to clion of jetbrains. 0.9.216.
This commit is contained in:
parent
002facb85b
commit
20ebf68ea5
7 changed files with 49 additions and 20 deletions
|
@ -169,6 +169,11 @@ int main(int argc, char** argv)
|
|||
if ((ret = _srs_log->initialize()) != ERROR_SUCCESS) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
// we check the config when the log initialized.
|
||||
if ((ret = _srs_config->check_config()) != ERROR_SUCCESS) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
srs_trace("srs(simple-rtmp-server) "RTMP_SIG_SRS_VERSION);
|
||||
srs_trace("license: "RTMP_SIG_SRS_LICENSE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue