Skip to content

Commit

Permalink
Update srs_app_dvr.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wrennywang authored Jun 28, 2023
1 parent d9bda9a commit 0fbb535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk/src/app/srs_app_dvr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ void SrsDvrSessionPlan::on_unpublish()
srs_error_t err = segment->close();
if (err != srs_success) {
srs_warn("ignore flv close error %s", srs_error_desc(err).c_str());
srs_error_reset(err);
}

dvr_enabled = false;
Expand Down

0 comments on commit 0fbb535

Please sign in to comment.