This commit is contained in:
johzzy
2023-07-09 10:25:10 +08:00
committed by GitHub
parent 9e8568e753
commit d41afa5d48
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ RtpPacket::Ptr RtpTrack::inputRtp(TrackType type, int sample_rate, uint8_t *ptr,
} else {
//ssrc错误
if (_ssrc_alive.elapsedTime() < 3 * 1000) {
//接正确ssrc的rtp在10秒内那么我们认为存在多路rtp,忽略掉ssrc不匹配的rtp
//接正确ssrc的rtp在10秒内那么我们认为存在多路rtp,忽略掉ssrc不匹配的rtp
WarnL << "ssrc mismatch, rtp dropped:" << ssrc << " != " << _ssrc;
return nullptr;
}