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

add encoder/hls pithy print

This commit is contained in:
winlin 2013-12-05 23:34:26 +08:00
parent 4a8fe0bc67
commit b9440df745
13 changed files with 216 additions and 56 deletions

View file

@ -48,6 +48,8 @@ int main(int argc, char** argv){
return ret;
}
// TODO: create log dir in config->get_log_dir()
if ((ret = _server()->listen()) != ERROR_SUCCESS) {
return ret;
}