mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-26 04:31:37 +08:00
buf fixed
This commit is contained in:
parent
2434470fb8
commit
a328520c9c
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user