mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
for firefox ingore ssrc is 0
This commit is contained in:
parent
e9d28c1386
commit
e7e7906ecd
@ -792,6 +792,10 @@ void WebRtcTransportImp::onRtp_l(const char *buf, size_t len, bool rtx) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//解析并排序rtp
|
//解析并排序rtp
|
||||||
|
if(!ref){
|
||||||
|
InfoL << "ignore no rtp receiver of ssrc:" << ssrc<<" is rtx:"<<rtx;
|
||||||
|
return;
|
||||||
|
}
|
||||||
assert(ref);
|
assert(ref);
|
||||||
ref->inputRtp(info->media->type, info->plan_rtp->sample_rate, (uint8_t *) buf, len);
|
ref->inputRtp(info->media->type, info->plan_rtp->sample_rate, (uint8_t *) buf, len);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user