diff --git a/webrtc/WebRtcTransport.cpp b/webrtc/WebRtcTransport.cpp index 22e85d4f..c5bc5bd1 100644 --- a/webrtc/WebRtcTransport.cpp +++ b/webrtc/WebRtcTransport.cpp @@ -792,6 +792,10 @@ void WebRtcTransportImp::onRtp_l(const char *buf, size_t len, bool rtx) { } } //解析并排序rtp + if(!ref){ + InfoL << "ignore no rtp receiver of ssrc:" << ssrc<<" is rtx:"<inputRtp(info->media->type, info->plan_rtp->sample_rate, (uint8_t *) buf, len); return;