Skip to content

Commit

Permalink
For ossrs#1612, refactor return value for RTSP initialize.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Mar 7, 2020
1 parent 48be5b6 commit 5586c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk/src/app/srs_app_rtsp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ srs_error_t SrsRtspCaster::initialize()
if ((err = manager->start()) != srs_success) {
return srs_error_wrap(err, "start manager");
}
return err;
}

srs_error_t SrsRtspCaster::alloc_port(int* pport)
Expand Down

0 comments on commit 5586c2a

Please sign in to comment.