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

For #1601, flush async on_dvr/on_hls events before stop. 3.0.118

This commit is contained in:
winlin 2020-02-17 11:53:04 +08:00
parent 304b92cc36
commit 5be69d290f
6 changed files with 49 additions and 20 deletions

View file

@ -406,7 +406,7 @@ srs_error_t SrsRtmpConn::service_cycle()
rtmp->set_send_timeout(SRS_REPUBLISH_RECV_TIMEOUT);
rtmp->set_recv_timeout(SRS_REPUBLISH_SEND_TIMEOUT);
srs_trace("rtmp: retry for republish");
srs_info("rtmp: retry for republish");
srs_freep(err);
continue;
}