Merge pull request #1551 from dragos-oancea/rtp-continue-rtcp-mux

[core] Handling RTCP MUX resulting in gaps
This commit is contained in:
Andrey Volk 2022-02-21 21:39:31 +03:00 committed by GitHub
commit 224836b5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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); switch_core_timer_sync(&rtp_session->timer);
reset_jitter_seq(rtp_session); reset_jitter_seq(rtp_session);
} }
goto recvfrom; continue;
} }
} }
} }