mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
整理RtpReceiver相关代码
This commit is contained in:
@@ -103,7 +103,7 @@ void RtpSession::onRtpPacket(const char *data, size_t len) {
|
||||
}
|
||||
try {
|
||||
_process->inputRtp(false, getSock(), data, len, &_addr);
|
||||
} catch (RtpReceiver::BadRtpException &ex) {
|
||||
} catch (RtpTrack::BadRtpException &ex) {
|
||||
if (!_is_udp) {
|
||||
WarnL << ex.what() << ",开始搜索ssrc以便恢复上下文";
|
||||
_search_rtp = true;
|
||||
|
||||
Reference in New Issue
Block a user