forked from Mirrors/freeswitch
Merge pull request #1551 from dragos-oancea/rtp-continue-rtcp-mux
[core] Handling RTCP MUX resulting in gaps
This commit is contained in:
commit
224836b5d2
|
@ -7809,7 +7809,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_
|
|||
switch_core_timer_sync(&rtp_session->timer);
|
||||
reset_jitter_seq(rtp_session);
|
||||
}
|
||||
goto recvfrom;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue