buf fixed

This commit is contained in:
xiongziliang 2021-04-01 22:24:35 +08:00
parent 2434470fb8
commit a328520c9c

View File

@ -145,6 +145,9 @@ bool RtpProcess::alive() {
void RtpProcess::setStopCheckRtp(bool is_check){ void RtpProcess::setStopCheckRtp(bool is_check){
_stop_rtp_check = is_check; _stop_rtp_check = is_check;
if (!is_check) {
_last_frame_time.resetTime();
}
} }
void RtpProcess::onDetach() { void RtpProcess::onDetach() {